electrode-cdn-file-loader
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -27,4 +27,4 @@ "use strict"; | ||
const cdn = "const url = " + JSON.stringify(url) + ";\n" + | ||
"const cdnUrl = typeof _wml !== \"undefined\" && _wml.cdn && _wml.cdn.map(url);\n"; | ||
const cdn = "var url = " + JSON.stringify(url) + ";\n" + | ||
"var cdnUrl = typeof _wml !== \"undefined\" && _wml.cdn && _wml.cdn.map(url);\n"; | ||
@@ -31,0 +31,0 @@ return cdn + "module.exports = cdnUrl || __webpack_public_path__ + url;"; |
{ | ||
"name": "electrode-cdn-file-loader", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Webpack CDN file loader", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "node ./b" | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
@@ -9,0 +9,0 @@ "repository": { |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1470
0
2