app-decorators icon indicating copy to clipboard operation
app-decorators copied to clipboard

Collection of JavaScript decorators (ES7) for building fast, scalable, performant web apps

Results 25 app-decorators issues
Sort by recently updated
recently updated
newest added

load.js proposal required for outfile (see below) ```js let load = async (...args, modules) => { let modules = await Promise.all([...args].map(module => System.import(module))); Object.assign(modules, _modules); } export { load, }...

It looks https://github.com/SerkanSipahi/app-decorators/blob/master/src/libs/stylesheet.js#L481 is vulnerable to Cross Site Scripting (XSS) as the href link is not HTML attribute-value encoded. It looks https://github.com/SerkanSipahi/app-decorators/blob/master/src/helpers/queryString.js#L96 is vulnerable to URL injection as the values...

##### es2015 code in production - https://philipwalton.com/articles/deploying-es2015-code-in-production-today/ - prerequirements -- update to babel v7 -- update nodejs to >= 8