Comparing version 5.2.0 to 6.0.0
{ | ||
"name": "sort-on", | ||
"version": "5.2.0", | ||
"version": "6.0.0", | ||
"description": "Sort an array on an object property", | ||
@@ -14,5 +14,8 @@ "license": "MIT", | ||
"type": "module", | ||
"exports": "./index.js", | ||
"exports": { | ||
"types": "./index.d.ts", | ||
"default": "./index.js" | ||
}, | ||
"engines": { | ||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" | ||
"node": ">=18" | ||
}, | ||
@@ -38,9 +41,9 @@ "scripts": { | ||
"dependencies": { | ||
"dot-prop": "^7.2.0" | ||
"dot-prop": "^8.0.2" | ||
}, | ||
"devDependencies": { | ||
"ava": "^3.15.0", | ||
"tsd": "^0.18.0", | ||
"xo": "^0.46.4" | ||
"ava": "^5.3.1", | ||
"tsd": "^0.29.0", | ||
"xo": "^0.56.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
7336
+ Addeddot-prop@8.0.2(transitive)
+ Addedtype-fest@3.13.1(transitive)
- Removeddot-prop@7.2.0(transitive)
- Removedtype-fest@2.19.0(transitive)
Updateddot-prop@^8.0.2