Socket
Socket
Sign inDemoInstall

buffer-from

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

3

index.js

@@ -0,4 +1,7 @@

/* eslint-disable node/no-deprecated-api */
var toString = Object.prototype.toString
var isModern = (
typeof Buffer !== 'undefined' &&
typeof Buffer.alloc === 'function' &&

@@ -5,0 +8,0 @@ typeof Buffer.allocUnsafe === 'function' &&

4

package.json
{
"name": "buffer-from",
"version": "1.1.1",
"version": "1.1.2",
"license": "MIT",

@@ -13,3 +13,3 @@ "repository": "LinusU/buffer-from",

"devDependencies": {
"standard": "^7.1.2"
"standard": "^12.0.1"
},

@@ -16,0 +16,0 @@ "keywords": [

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