Socket
Socket
Sign inDemoInstall

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 2.1.2 to 2.2.0

7

CHANGELOG.md
# just-map-keys
## 2.2.0
### Minor Changes
- package.json updates to fix #467 and #483
## 2.1.2
### Patch Changes
- Types

9

package.json
{
"name": "just-map-keys",
"version": "2.1.2",
"version": "2.2.0",
"description": "map an object, predicate updates keys, receives (value, key, object)",

@@ -11,6 +11,7 @@ "main": "index.js",

"require": "./index.js",
"default": "./index.mjs"
}
"default": "./index.mjs",
"types": "./index.d.ts"
},
"./package.json": "./package.json"
},
"types": "index.d.ts",
"scripts": {

@@ -17,0 +18,0 @@ "test": "echo \"Error: no test specified\" && exit 1",

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