bufferedstream
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -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 @@ |
@@ -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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
61
1
15067
9
286