Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

just-map-keys

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

just-map-keys - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

index.esm.js

15

package.json
{
"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",

2

README.md

@@ -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'}

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc