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.2.1 to 2.3.0

index.cjs

6

CHANGELOG.md
# just-map-keys
## 2.3.0
### Minor Changes
- Rename node module .js -> .cjs
## 2.2.1

@@ -4,0 +10,0 @@

6

package.json
{
"name": "just-map-keys",
"version": "2.2.1",
"version": "2.3.0",
"description": "map an object, predicate updates keys, receives (value, key, object)",
"main": "index.js",
"main": "index.cjs",
"types": "index.d.ts",

@@ -10,3 +10,3 @@ "module": "index.mjs",

".": {
"require": "./index.js",
"require": "./index.cjs",
"types": "./index.d.ts",

@@ -13,0 +13,0 @@ "default": "./index.mjs"

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