map-anything
Advanced tools
Comparing version 1.0.6 to 2.0.0
{ | ||
"name": "map-anything", | ||
"sideEffects": false, | ||
"version": "1.0.6", | ||
"type": "module", | ||
"version": "2.0.0", | ||
"description": "Array.map but for objects with good TypeScript support. A small and simple integration.", | ||
@@ -19,2 +20,6 @@ "module": "./dist/index.es.js", | ||
], | ||
"engines": { | ||
"node": ">=12.13", | ||
"npm": ">=7" | ||
}, | ||
"scripts": { | ||
@@ -21,0 +26,0 @@ "test": "vitest run", |
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
8119
Yes