stream-transform
Advanced tools
Comparing version 2.0.0 to 2.0.1
# Changelog | ||
## Version 2.0.1 | ||
* package: prefix file path with "/" | ||
* package: rename coffee cmd to build | ||
* handler: preserve ordering with sync handler | ||
* package: replace npm ignore with file field | ||
## Version 2.0.0 | ||
@@ -5,0 +12,0 @@ |
@@ -61,3 +61,3 @@ "use strict"; | ||
if (records) { | ||
process.nextTick(function () { | ||
setImmediate(function () { | ||
var k, len1, record; | ||
@@ -64,0 +64,0 @@ |
@@ -59,3 +59,3 @@ // Generated by CoffeeScript 2.4.1 | ||
if (records) { | ||
process.nextTick(function() { | ||
setImmediate(function() { | ||
var k, len1, record; | ||
@@ -62,0 +62,0 @@ for (k = 0, len1 = records.length; k < len1; k++) { |
{ | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"name": "stream-transform", | ||
@@ -45,2 +45,5 @@ "description": "Object transformations implementing the Node.js `stream.Transform` API", | ||
}, | ||
"files": [ | ||
"/lib" | ||
], | ||
"optionalDependencies": {}, | ||
@@ -55,4 +58,4 @@ "main": "./lib", | ||
"major": "npm version major -m 'Bump to version %s'", | ||
"coffee": "coffee -b -o lib src && cd lib && babel *.js -d es5 && cd ..", | ||
"pretest": "coffee -b -o lib src && cd lib && babel *.js -d es5 && cd ..", | ||
"build": "coffee -b -o lib src && cd lib && babel *.js -d es5 && cd ..", | ||
"pretest": "npm run build", | ||
"test": "mocha test/**/*.{coffee,ts}" | ||
@@ -59,0 +62,0 @@ }, |
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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
0
25985
12
559