just-curry-it
Advanced tools
Comparing version 4.1.1 to 5.0.0
{ | ||
"name": "just-curry-it", | ||
"version": "4.1.1", | ||
"version": "5.0.0", | ||
"description": "return a curried function", | ||
"main": "index.js", | ||
"module": "index.esm.js", | ||
"module": "index.mjs", | ||
"exports": { | ||
".": { | ||
"require": "./index.js", | ||
"default": "./index.esm.js" | ||
"default": "./index.mjs" | ||
} | ||
@@ -12,0 +12,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
5014