Socket
Socket
Sign inDemoInstall

utils-extend

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

utils-extend - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

6

index.js

@@ -0,1 +1,5 @@

/**
* @fileoverview Extend node util module
* @author douzi <liaowei08@gmail.com>
*/
var util = require('util');

@@ -51,2 +55,4 @@ var toString = Object.prototype.toString;

});
return target;
};

@@ -53,0 +59,0 @@

20

package.json
{
"name": "utils-extend",
"version": "1.0.3",
"version": "1.0.4",
"description": "Extend nodejs util api, and it is light weight and simple",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/douzi8/utils-extend"
},
"keywords": [

@@ -13,6 +17,14 @@ "util",

"util-extend",
"extend"
"extend",
"underscore",
"node underscore"
],
"author": "douzi <liaowei08@gmail.com>",
"license": "ISC"
"devDependencies": {
"mocha": "^2.0.1"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/douzi8/utils-extend/issues"
}
}
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