native-buffer-browserify
Advanced tools
Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "native-buffer-browserify", | ||
"description": "Node.js Buffer API, for the browser", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)", | ||
@@ -6,0 +6,0 @@ "bugs": { |
# buffer (native-buffer-browserify) | ||
[![Build Status](http://img.shields.io/travis/feross/buffer.svg)](https://travis-ci.org/feross/buffer) | ||
[![NPM Version](http://img.shields.io/npm/v/buffer.svg)](https://npmjs.org/package/buffer) | ||
[![NPM](http://img.shields.io/npm/dm/buffer.svg)](https://npmjs.org/package/buffer) | ||
[![NPM](http://img.shields.io/npm/dm/native-buffer-browserify.svg)](https://npmjs.org/package/buffer) | ||
[![Gittip](http://img.shields.io/gittip/feross.svg)](https://www.gittip.com/feross/) | ||
@@ -37,3 +37,3 @@ | ||
``` | ||
var buffer = require('buffer/') // use the npm module, not the core module! | ||
var buffer = require('buffer/').Buffer // use the npm module, not the core module! | ||
``` | ||
@@ -40,0 +40,0 @@ |
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
1251890