New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

just-deep-map-values

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

just-deep-map-values - npm Package Compare versions

Comparing version

to
1.2.0

index.cjs

6

CHANGELOG.md
# just-deep-map-values
## 1.2.0
### Minor Changes
- Rename node module .js -> .cjs
## 1.1.1

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

10

package.json
{
"name": "just-deep-map-values",
"version": "1.1.1",
"version": "1.2.0",
"description": "Returns an object with values at all depths mapped according to the provided function",
"main": "index.js",
"module": "index.mjs",
"type": "module",
"exports": {
".": {
"require": "./index.js",
"types": "./index.d.ts",
"default": "./index.mjs"
"require": "./index.cjs",
"import": "./index.mjs"
},
"./package.json": "./package.json"
},
"main": "index.cjs",
"types": "index.d.ts",

@@ -16,0 +16,0 @@ "scripts": {