just-map-keys
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "just-map-keys", | ||
"version": "1.1.0", | ||
"description": "map an object, predicate updates keys, recieves (value, key, object)", | ||
"version": "1.2.0", | ||
"description": "map an object, predicate updates keys, receives (value, key, object)", | ||
"type": "commonjs", | ||
"main": "index.js", | ||
"module": "index.esm.js", | ||
"exports": { | ||
".": { | ||
"require": "./index.js", | ||
"default": "./index.esm.js" | ||
} | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "rollup -c" | ||
}, | ||
@@ -9,0 +18,0 @@ "repository": "https://github.com/angus-c/just", |
@@ -11,3 +11,3 @@ ## just-map-object | ||
// predicate updates keys, recieves (value, key, object) | ||
// predicate updates keys, receives (value, key, object) | ||
map({a: 'cow', b: 'sheep', c: 'pig'}, (value) => value); | ||
@@ -14,0 +14,0 @@ // {cow: 'cow', sheep: 'sheep', pig: 'pig'} |
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
3877
6
45