Socket
Socket
Sign inDemoInstall

buffer

Package Overview
Dependencies
2
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.2 to 5.0.3

7

index.js

@@ -37,6 +37,8 @@ /*!

if (!Buffer.TYPED_ARRAY_SUPPORT) {
if (!Buffer.TYPED_ARRAY_SUPPORT && typeof console !== 'undefined' &&
typeof console.error === 'function') {
console.error(
'This browser lacks typed array (Uint8Array) support which is required by ' +
'`buffer` v5.x. Use `buffer` v4.x if you require old browser support.')
'`buffer` v5.x. Use `buffer` v4.x if you require old browser support.'
)
}

@@ -810,3 +812,2 @@

}
// legacy write(string, encoding, offset, length) - remove in v0.13
} else {

@@ -813,0 +814,0 @@ throw new Error(

{
"name": "buffer",
"description": "Node.js Buffer API, for the browser",
"version": "5.0.2",
"version": "5.0.3",
"author": {

@@ -23,3 +23,3 @@ "name": "Feross Aboukhadijeh",

"benchmark": "^2.0.0",
"browserify": "^13.0.0",
"browserify": "^14.0.0",
"concat-stream": "^1.4.7",

@@ -26,0 +26,0 @@ "hyperquest": "^2.0.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc