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

@jumpn/utils-composite

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jumpn/utils-composite - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

10

package.json
{
"name": "@jumpn/utils-composite",
"version": "0.3.0",
"version": "0.3.1",
"description": "Composite utilities (immutability, fp helpers)",

@@ -8,4 +8,4 @@ "module": "dist/index.js",

"scripts": {
"clean": "rm -rfv dist compat",
"flow-copy-source": "flow-copy-source -v src",
"build:clean": "rm -rfv dist compat",
"build:flow": "yarn flow-copy-source dist && yarn flow-copy-source compat/cjs",

@@ -15,3 +15,3 @@ "build:index": "create-index --banner '// @flow' src/ && sed -f indexIgnore.sed -i src/index.js && yarn lint:fix src/index.js",

"build:src": "rollup -c",
"build": "yarn run clean && yarn build:index && yarn run build:src && yarn run build:flow && yarn build:readme",
"build": "yarn run build:clean && yarn build:index && yarn run build:src && yarn run build:flow && yarn build:readme",
"lint": "eslint --rule 'flowtype-errors/show-errors: error'",

@@ -24,3 +24,3 @@ "lint:fix": "yarn run lint -- --fix",

"version": "yarn build:index && yarn build:readme && git add README.md src/index.js",
"prepublishOnly": "yarn build:src && yarn build:flow"
"prepublishOnly": "yarn build:clean && yarn build:src && yarn build:flow"
},

@@ -49,3 +49,3 @@ "config": {

"dependencies": {
"@jumpn/utils-array": "0.1.1",
"@jumpn/utils-array": "0.3.1",
"babel-polyfill": "6.26.0",

@@ -52,0 +52,0 @@ "babel-runtime": "6.26.0",

@@ -30,2 +30,4 @@ # @jumpn/utils-composite

Returns **any**
### getIn

@@ -40,2 +42,4 @@

Returns **any**
### getKeys

@@ -62,2 +66,4 @@

Returns **[boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean)**
### hasKey

@@ -73,2 +79,4 @@

Returns **[boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean)**
### haveSameProps

@@ -83,2 +91,4 @@

Returns **[boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean)**
### remove

@@ -94,2 +104,4 @@

Returns **Composite**
### removeIn

@@ -108,2 +120,4 @@

Returns **Composite**
### set

@@ -120,2 +134,4 @@

Returns **Composite**
### setIn

@@ -134,2 +150,4 @@

Returns **Composite**
### shallowCopy

@@ -141,4 +159,6 @@

- `composite` **Composite**
- `composite` **C**
Returns **C**
### shallowEqual

@@ -154,2 +174,4 @@

Returns **[boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean)**
### updateIn

@@ -169,4 +191,6 @@

Returns **Composite**
## License
[MIT](LICENSE.txt) :copyright: **Jumpn Limited** / Mauro Titimoli (mauro@jumpn.com)
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