Comparing version 2.8.0 to 2.8.1
{ | ||
"name": "buffer", | ||
"description": "Node.js Buffer API, for the browser", | ||
"version": "2.8.0", | ||
"version": "2.8.1", | ||
"author": { | ||
@@ -24,5 +24,6 @@ "name": "Feross Aboukhadijeh", | ||
"benchmark": "^1.0.0", | ||
"browserify": "^5.11.1", | ||
"browserify": "^6.2.0", | ||
"is-nan": "^1.0.1", | ||
"tape": "^2.14.0" | ||
"tape": "^3.0.1", | ||
"zuul": "^1.12.0" | ||
}, | ||
@@ -46,3 +47,6 @@ "homepage": "https://github.com/feross/buffer", | ||
"scripts": { | ||
"test": "tape test/*.js && OBJECT_IMPL=true tape test/*.js", | ||
"test": "npm run test-node && npm run test-browser", | ||
"test-browser": "zuul -- test/*.js", | ||
"test-browser-local": "zuul --local -- test/*.js", | ||
"test-node": "tape test/*.js && OBJECT_IMPL=true tape test/*.js", | ||
"perf": "browserify --debug perf/bracket-notation.js > perf/bundle.js && open perf/index.html", | ||
@@ -49,0 +53,0 @@ "perf-node": "node perf/bracket-notation.js && node perf/concat.js && node perf/copy-big.js && node perf/copy.js && node perf/new-big.js && node perf/new.js && node perf/readDoubleBE.js && node perf/readFloatBE.js && node perf/readUInt32LE.js && node perf/slice.js && node perf/writeFloatBE.js", |
@@ -1,7 +0,17 @@ | ||
# buffer [![build](https://img.shields.io/travis/feross/buffer.svg?style=flat)](https://travis-ci.org/feross/buffer) [![npm](https://img.shields.io/npm/v/buffer.svg?style=flat)](https://npmjs.org/package/buffer) [![npm downloads](https://img.shields.io/npm/dm/buffer.svg?style=flat)](https://npmjs.org/package/buffer) [![gittip](https://img.shields.io/gittip/feross.svg?style=flat)](https://www.gittip.com/feross/) | ||
# buffer [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][npm-url] [![gratipay][gratipay-image]][gratipay-url] | ||
#### The buffer module from [node.js](http://nodejs.org/), for the browser. | ||
[![testling badge](https://ci.testling.com/feross/buffer.png)](https://ci.testling.com/feross/buffer) | ||
[![saucelabs][saucelabs-image]][saucelabs-url] | ||
[travis-image]: https://img.shields.io/travis/feross/buffer.svg?style=flat | ||
[travis-url]: https://travis-ci.org/feross/buffer | ||
[npm-image]: https://img.shields.io/npm/v/buffer.svg?style=flat | ||
[npm-url]: https://npmjs.org/package/buffer | ||
[downloads-image]: https://img.shields.io/npm/dm/buffer.svg?style=flat | ||
[gratipay-image]: https://img.shields.io/gittip/feross.svg?style=flat | ||
[gratipay-url]: https://www.gittip.com/feross | ||
[saucelabs-image]: https://saucelabs.com/browser-matrix/buffer.svg | ||
[saucelabs-url]: https://saucelabs.com/u/buffer | ||
With [browserify](http://browserify.org), simply `require('buffer')` or use the `Buffer` global and you will get this module. | ||
@@ -8,0 +18,0 @@ |
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
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
67810
20
324
0
5