Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

asset-pipe-js-writer

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asset-pipe-js-writer - npm Package Compare versions

Comparing version 1.0.0-alpha.6 to 1.0.0-alpha.7

14

lib/writer.js

@@ -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"
]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc