New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

objtools

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

objtools - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

bench/base-functions.ts

28

package.json
{
"name": "objtools",
"version": "3.0.0",
"version": "4.0.0",
"description": "Various utility functions for working with object, including object merging, inheritance, deep copying, etc.",
"main": "./lib/index.js",
"main": "./dist/lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/zipscene/objtools.git"
"url": "https://github.com/CrispyConductor/objtools.git"
},
"type": "module",
"keywords": [

@@ -20,15 +21,18 @@ "object",

"scripts": {
"lint": "node ./node_modules/.bin/eslint . || exit 0",
"test": "node ./node_modules/.bin/mocha ./test -R spec",
"bench": "node ./bench/index.js"
"test": "node ./node_modules/.bin/mocha -R spec --node-option enable-source-maps ./dist/test",
"bench": "node ./dist/bench/index.js",
"build": "tsc"
},
"dependencies": {
"lodash": "^4.17.20",
"xerror": "^2.0.0"
"lodash": "^4.17.21"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.11.0",
"mocha": "^8.2.0",
"spectrophotometer": "^3.0.2"
"@types/chai": "^4.3.0",
"@types/lodash": "^4.14.181",
"@types/mocha": "^9.1.0",
"@types/node": "^14.18.12",
"chai": "^4.3.6",
"mocha": "^9.2.2",
"spectrophotometer": "^4.0.0",
"typescript": "^4.6.3"
},

@@ -35,0 +39,0 @@ "license": "Apache-2.0",

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