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

sort-any

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sort-any - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

18

package.json
{
"name": "sort-any",
"version": "1.2.1",
"version": "1.2.2",
"description": "Sorts any JavaScript array in a predictable way (deep equal arrays are always sorted in the same order)",

@@ -32,3 +32,3 @@ "main": "build/index.js",

"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/core": "^7.13.14",
"@semantic-release/commit-analyzer": "^8.0.1",

@@ -39,6 +39,6 @@ "@semantic-release/git": "^9.0.0",

"babel-core": "^6.26.3",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-register": "^6.26.0",
"chai": "^4.2.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",

@@ -48,12 +48,12 @@ "chai-subset": "^1.6.0",

"eslint": "^6.8.0",
"eslint-config-airbnb-improved": "^4.0.14",
"eslint-import-resolver-babel-module": "^5.1.2",
"mocha": "^7.0.1",
"eslint-config-airbnb-improved": "^4.1.1",
"eslint-import-resolver-babel-module": "^5.2.0",
"mocha": "^7.2.0",
"sinon": "^8.1.1",
"sinon-as-promised": "^4.0.3",
"sinon-chai": "^3.4.0"
"sinon-chai": "^3.6.0"
},
"dependencies": {
"lodash": "^4.17.15"
"lodash": "^4.17.21"
}
}
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