ejs-compiled-loader icon indicating copy to clipboard operation
ejs-compiled-loader copied to clipboard

EJS loader for webpack (without frontend dependencies)

Results 28 ejs-compiled-loader issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

I'm seeing a security vulnerability based on the version of this package's `ejs` dependency. It looks like `ejs` solved that in version `3.1.7`. I tried updating `ejs-compiled-loader` to use `3.1.8`...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Hello, This fix #19 I tried to make it compatible with custom delimiters but I can't guaranty it. It could serve as a base for a solution to EJS v3,...

add checking on this.options object and utils.getOptions function existence for webpack 4

could not support weapack4

I'm attempting to upgrade this loader to ejs 3.0 to make dynamic includes easier. I have a few paths I'm attempting here: 1. Rebuild this with ejs 3.0. I'm running...

> (node:2732) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56 parseQuery() will be replaced with getOptions() in the next major version of loader-utils. As of WebPack...

not-verified

ejs-compiled-loader version is 3.0.0 "webpack" is "4.43.0", "webpack-cli" is "3.3.11" Get the following error when building: > Module build failed (from ./node_modules/ejs-compiled-loader/index.js): > Error: A valid query string passed to...

not-verified

``` # Run npm install --save-dev [email protected] to resolve 2 vulnerabilities SEMVER WARNING: Recommended action is a potentially breaking change Low Incorrect Handling of Non-Boolean Comparisons During Minification Package uglify-js...

not-verified