Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

buffer

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buffer - npm Package Compare versions

Comparing version 5.3.0 to 5.4.0

1

AUTHORS.md

@@ -52,2 +52,3 @@ # Authors

- ukstv (sergey.ukustov@machinomy.com)
- Renée Kooi (renee@kooi.me)
- ranbochen (ranbochen@qq.com)

@@ -54,0 +55,0 @@ - Vladimir Borovik (bobahbdb@gmail.com)

@@ -13,2 +13,3 @@ /*!

var ieee754 = require('ieee754')
var customInspectSymbol = typeof Symbol === 'function' ? Symbol.for('nodejs.util.inspect.custom') : null

@@ -131,3 +132,3 @@ exports.Buffer = Buffer

if (value == null) {
throw TypeError(
throw new TypeError(
'The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' +

@@ -612,2 +613,5 @@ 'or Array-like Object. Received type ' + (typeof value)

}
if (customInspectSymbol) {
Buffer.prototype[customInspectSymbol] = Buffer.prototype.inspect
}

@@ -614,0 +618,0 @@ Buffer.prototype.compare = function compare (target, start, end, thisStart, thisEnd) {

2

package.json
{
"name": "buffer",
"description": "Node.js Buffer API, for the browser",
"version": "5.3.0",
"version": "5.4.0",
"author": {

@@ -6,0 +6,0 @@ "name": "Feross Aboukhadijeh",

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