Comparing version 4.0.5 to 4.0.6
{ | ||
"name": "sort-any", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "Sorts any JavaScript array in a predictable way (deep equal arrays are always sorted in the same order)", | ||
@@ -10,2 +10,3 @@ "main": "build/index.js", | ||
"prepublishOnly": "npm run build", | ||
"coverage": "nyc --check-coverage=true npm run test", | ||
"test": "mocha -r babel-register --recursive src/tests --timeout 5000" | ||
@@ -53,2 +54,3 @@ }, | ||
"mocha": "^8.3.2", | ||
"nyc": "^15.1.0", | ||
"semantic-release": "19", | ||
@@ -55,0 +57,0 @@ "sinon": "^10.0.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10469
22