Socket
Socket
Sign inDemoInstall

core-util-is

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

lib/util.js

@@ -103,3 +103,3 @@ // Copyright Joyent, Inc. and other Node contributors.

exports.isBuffer = Buffer.isBuffer;
exports.isBuffer = require('buffer').Buffer.isBuffer;

@@ -106,0 +106,0 @@ function objectToString(o) {

{
"name": "core-util-is",
"version": "1.0.2",
"version": "1.0.3",
"description": "The `util.is*` functions introduced in Node v0.12.",
"main": "lib/util.js",
"files": [
"lib"
],
"repository": {

@@ -27,7 +30,10 @@ "type": "git",

"scripts": {
"test": "tap test.js"
"test": "tap test.js",
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags"
},
"devDependencies": {
"tap": "^2.3.0"
"tap": "^15.0.9"
}
}
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