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

sort-keys-recursive

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sort-keys-recursive - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

25

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://github.com/Kikobeats/sort-keys-recursive",
"version": "2.1.3",
"version": "2.1.4",
"main": "./index.js",

@@ -47,2 +47,3 @@ "author": {

"ava": "latest",
"c8": "latest",
"ci-publish": "latest",

@@ -52,5 +53,4 @@ "conventional-github-releaser": "latest",

"git-authors-cli": "latest",
"lint-staged": "latest",
"nano-staged": "latest",
"npm-check-updates": "latest",
"nyc": "latest",
"prettier-standard": "latest",

@@ -71,3 +71,2 @@ "simple-git-hooks": "latest",

"contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard-markdown && standard",

@@ -80,3 +79,3 @@ "postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",

"release:tags": "git push --follow-tags origin HEAD:master",
"test": "nyc ava",
"test": "c8 ava",
"update": "ncu -u",

@@ -91,12 +90,3 @@ "update:check": "ncu -- --error-level 2"

},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"package.json": [
"finepack"
],
"nano-staged": {
"*.js,!*.min.js,": [

@@ -107,2 +97,5 @@ "prettier-standard"

"standard-markdown"
],
"package.json": [
"finepack"
]

@@ -112,4 +105,4 @@ },

"commit-msg": "npx commitlint --edit",
"pre-commit": "npx lint-staged"
"pre-commit": "npx nano-staged"
}
}
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