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

utility

Package Overview
Dependencies
Maintainers
3
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

utility - npm Package Compare versions

Comparing version 1.17.0 to 1.18.0

array.js

13

package.json
{
"name": "utility",
"version": "1.17.0",
"version": "1.18.0",
"description": "A collection of useful utilities.",
"main": "lib/utility.js",
"main": "utility.js",
"files": [
"lib",
"*.js",
"index.d.ts"

@@ -18,3 +18,2 @@ ],

"ci": "npm run lint && npm run test-cov && npm run test-ts",
"autod": "autod -w --prefix '^' -e benchmark",
"test-optimized": "node --allow-natives-syntax --trace_opt --trace_deopt test/optimized.js",

@@ -33,3 +32,2 @@ "contributor": "git-contributor"

"@types/node": "^10.12.12",
"autod": "*",
"ava": "^0.25.0",

@@ -47,4 +45,5 @@ "ava-ts": "^0.25.2",

"rimraf": "^2.6.2",
"time-require": "^0.1.2",
"ts-node": "^7.0.1",
"typescript": "^3.2.2"
"typescript": "^5.0.4"
},

@@ -69,4 +68,4 @@ "homepage": "https://github.com/node-modules/utility",

},
"author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)",
"author": "fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)",
"license": "MIT"
}

@@ -190,3 +190,3 @@ # utility

// should.not.exist(map.constractor);
// should.not.exist(map.constructor);
// should.not.exist(map.__proto__);

@@ -193,0 +193,0 @@ // should.not.exist(map.toString);

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