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

stream-transform

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-transform - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

7

CHANGELOG.md
# 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 @@

2

lib/es5/index.js

@@ -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 @@ },

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