asset-pipe-js-writer
Advanced tools
Comparing version 1.0.0-alpha.6 to 1.0.0-alpha.7
@@ -1,2 +0,2 @@ | ||
"use strict"; | ||
'use strict'; | ||
@@ -19,7 +19,7 @@ const Browserify = require('browserify'); | ||
objectMode: true, | ||
transform: function (obj, enc, next) { | ||
transform (obj, enc, next) { | ||
dictionary[obj.id] = common.hasher(obj.source); | ||
this.push(obj); | ||
next(); | ||
} | ||
}, | ||
}); | ||
@@ -31,3 +31,3 @@ browserify.pipeline.get('deps').push(hasher); | ||
objectMode: true, | ||
transform: function (obj, enc, next) { | ||
transform (obj, enc, next) { | ||
obj.id = dictionary[obj.id]; | ||
@@ -39,3 +39,3 @@ Object.keys(obj.deps).forEach((key) => { | ||
next(); | ||
} | ||
}, | ||
}); | ||
@@ -52,6 +52,6 @@ browserify.pipeline.get('label').splice(0, 1, labeler); | ||
objectMode: true, | ||
transform: function (obj, enc, next) { | ||
transform (obj, enc, next) { | ||
this.push(obj); | ||
next(); | ||
} | ||
}, | ||
}); | ||
@@ -58,0 +58,0 @@ browserify.pipeline.get('pack').splice(0, 1, packer); |
{ | ||
"name": "asset-pipe-js-writer", | ||
"version": "1.0.0-alpha.6", | ||
"version": "1.0.0-alpha.7", | ||
"author": { | ||
@@ -24,5 +24,2 @@ "name": "Trygve Lie", | ||
], | ||
"engines": { | ||
"node" : "7.x" | ||
}, | ||
"bugs": { | ||
@@ -35,11 +32,17 @@ "url": "https://github.com/asset-pipe/asset-pipe-js-writer/issues" | ||
"readable-stream": "2.2.2", | ||
"browserify": "13.1.1", | ||
"browserify": "14.1.0", | ||
"JSONStream": "1.3.0" | ||
}, | ||
"devDependencies": { | ||
"tap": "8.0.1" | ||
"eslint": "^3.15.0", | ||
"eslint-config-finn": "^1.0.1", | ||
"tap": "10.1.0" | ||
}, | ||
"scripts": { | ||
"lint": "eslint .", | ||
"test": "tap test/*.js" | ||
} | ||
}, | ||
"files": [ | ||
"lib" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2733
3
3
48
1
+ Addedassert@1.5.1(transitive)
+ Addedbrowserify@14.1.0(transitive)
+ Addedbuffer@5.7.1(transitive)
+ Addeddefine-properties@1.2.1(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedobject-keys@1.1.1(transitive)
+ Addedobject.assign@4.1.5(transitive)
- Removedassert@1.3.0(transitive)
- Removedbrowserify@13.1.1(transitive)
- Removedbuffer@4.9.2(transitive)
- Removedglob@5.0.15(transitive)
- Removedinherits@2.0.1(transitive)
- Removedutil@0.10.3(transitive)
Updatedbrowserify@14.1.0