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.1.0

CHANGELOG.md

10

package.json
{
"name": "just-deep-map-values",
"version": "1.0.0",
"version": "1.1.0",
"description": "Returns an object with values at all depths mapped according to the provided function",

@@ -10,4 +10,6 @@ "main": "index.js",

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

@@ -35,2 +37,2 @@ "types": "index.d.ts",

}
}
}

6

README.md

@@ -0,1 +1,4 @@

<!-- DO NOT EDIT THIS FILE! THIS FILE WAS AUTOGENERATED BY TEMPLATE-MATE -->
<!-- SEE https://github.com/angus-c/just/blob/master/CONTRIBUTING.md#readme-template -->
## just-deep-map-values

@@ -11,3 +14,2 @@

```
```shell

@@ -20,3 +22,3 @@ yarn add just-deep-map-values

```js
import deepMapValues from "just-deep-map-values";
import deepMapValues from 'just-deep-map-values';

@@ -23,0 +25,0 @@ const squareFn = (number) => number * number;

Sorry, the diff of this file is not supported yet