rev-replace-loader
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -1,6 +0,7 @@ | ||
var path = require('path') | ||
var path = require('path') | ||
var loaderUtils = require('loader-utils') | ||
module.exports = function(source) { | ||
var query = JSON.parse(this.query.substr(1)) | ||
var query = loaderUtils.parseQuery(this.query) | ||
var manifest = query.manifest || (query.manifestPath ? requireManifest(query.manifestPath) : false) | ||
@@ -7,0 +8,0 @@ |
{ | ||
"name": "rev-replace-loader", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Webpack loader to replace asset paths with hashed ones from a rev-manifest.json file", | ||
@@ -19,3 +19,6 @@ "main": "index.js", | ||
"author": "Dan Tello", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"dependencies": { | ||
"loader-utils": "0.2.16" | ||
} | ||
} |
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
1935
21
1
1
+ Addedloader-utils@0.2.16
+ Addedbig.js@3.2.0(transitive)
+ Addedemojis-list@2.1.0(transitive)
+ Addedjson5@0.5.1(transitive)
+ Addedloader-utils@0.2.16(transitive)
+ Addedobject-assign@4.1.1(transitive)