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.9 to 3.1.0

index.js

6

CHANGES.md

@@ -1,3 +0,7 @@

= HEAD
= 3.1.0 / 2015-01-18
* Removed "modules" directory
= 3.0.9 / 2015-01-14
* Use utf-8 encoding by default, instead of binary

@@ -4,0 +8,0 @@

8

package.json

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

"author": "Michael Jackson",
"version": "3.0.9",
"version": "3.1.0",
"repository": {

@@ -11,6 +11,6 @@ "type": "git",

},
"main": "modules/BufferedStream.js",
"main": "index.js",
"scripts": {
"dist": "webpack -p dist/BufferedStream.min.js",
"test": "jshint . && mocha --reporter spec 'modules/**/__tests__/*-test.js'",
"dist": "webpack -p index.js dist/BufferedStream.min.js",
"test": "jshint . && mocha --reporter spec 'tests/*-test.js'",
"test-browser": "karma start"

@@ -17,0 +17,0 @@ },

Sorry, the diff of this file is not supported yet

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