getorset-anything
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "getorset-anything", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Gets a value from a Map/Obj or sets an initial value when not found and returns that. TypeScript supported.", | ||
@@ -8,12 +8,3 @@ "type": "module", | ||
"exports": { | ||
".": { | ||
"require": { | ||
"types": "./dist/cjs/index.d.cts", | ||
"default": "./dist/cjs/index.cjs" | ||
}, | ||
"import": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
} | ||
".": "./dist/index.js" | ||
}, | ||
@@ -20,0 +11,0 @@ "engines": { |
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
7857