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

react-curry

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-curry - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "react-curry",
"version": "1.0.5",
"version": "1.0.6",
"description": "react stateless curry",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

inspired by curry in functional programming
## intro
because react component always contains only one parameter which is props, my curry
function's work is to deep merge two props.
## 1.how to use
## how to install
```
npm install --save react-curry
```
## how to use
```
import React from 'react';
import curry from 'react-curry';
import curry from 'react-curry'; // just a function
const Div = (props) => <div {...props}/>;

@@ -9,0 +17,0 @@

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