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

deep-equal

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-equal - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

CHANGELOG.md

24

package.json
{
"name": "deep-equal",
"version": "1.1.0",
"version": "1.1.1",
"description": "node's assert.deepEqual algorithm",

@@ -12,6 +12,10 @@ "main": "index.js",

"scripts": {
"prepublish": "safe-publish-latest",
"pretest": "npm run lint",
"lint": "eslint .",
"tests-only": "tape test/*",
"test": "npm run tests-only"
"test": "npm run tests-only",
"posttest": "npx aud",
"version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
},

@@ -27,4 +31,6 @@ "dependencies": {

"devDependencies": {
"@ljharb/eslint-config": "^13.1.1",
"eslint": "^5.16.0",
"@ljharb/eslint-config": "^15.0.1",
"auto-changelog": "^1.16.2",
"eslint": "^6.6.0",
"safe-publish-latest": "^1.1.4",
"tape": "^4.11.0"

@@ -46,2 +52,5 @@ },

},
"funding": {
"url": "https://github.com/sponsors/ljharb"
},
"license": "MIT",

@@ -73,3 +82,10 @@ "testling": {

}
},
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false
}
}
.editorconfig

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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