🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

core-util-is

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

core-util-is - npm Package Compare versions

Comparing version

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"
}
}