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.1 to 3.0.2

4

CHANGES.md

@@ -0,1 +1,5 @@

= 3.0.2 / 2014-11-10
* Remove tests from npm package
= 3.0.1 / 2014-11-07

@@ -2,0 +6,0 @@

2

package.json

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

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

@@ -8,0 +8,0 @@ "type": "git",

@@ -9,8 +9,2 @@ [![build status](https://secure.travis-ci.org/mjackson/bufferedstream.png)](http://travis-ci.org/mjackson/bufferedstream)

### Installation
Using [npm](http://npmjs.org):
$ npm install bufferedstream
### Usage

@@ -44,13 +38,20 @@

### Specs
### Installation
To run the specs in node:
Using [npm](http://npmjs.org):
$ npm install bufferedstream
### Tests
To run the tests in node:
$ npm install
$ ./scripts/run-specs
$ npm test
To run the specs in a browser, first run:
To run the tests in a browser, first run:
$ npm install
$ ./scripts/serve-specs
$ npm run bundle-tests
$ npm run serve-tests

@@ -57,0 +58,0 @@ Then open [http://localhost:8080/](http://localhost:8080/) in a browser.

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