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

bufferedstream

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bufferedstream - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

modules/__tests__/browser/.npmignore

5

CHANGES.md

@@ -0,1 +1,6 @@

= 3.0.1 / 2014-11-07
* Use process.nextTick/window.setTimeout for async scheduling
* Remove dependency on when.js
= 3.0.0 / 2014-09-10

@@ -2,0 +7,0 @@

11

package.json

@@ -5,3 +5,3 @@ {

"author": "Michael Jackson",
"version": "3.0.0",
"version": "3.0.1",
"repository": {

@@ -11,5 +11,7 @@ "type": "git",

},
"main": "modules",
"main": "modules/BufferedStream.js",
"scripts": {
"test": "scripts/run-specs"
"test": "mocha \"modules/**/__tests__/**/*-test.js\"",
"bundle-tests": "browserify modules/__tests__/browser/tests.js --detect-globals false --debug > modules/__tests__/browser/tests-bundle.js",
"serve-tests": "http-server modules/__tests__/browser"
},

@@ -22,4 +24,3 @@ "engines": {

"d": "~0.1.1",
"events": "~1.0.1",
"when": "~3.4.5"
"events": "~1.0.1"
},

@@ -26,0 +27,0 @@ "devDependencies": {

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