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.1.2 to 1.1.3

3

lib2/index.js

@@ -0,1 +1,3 @@

var _react = require('react');
var _react2 = _interopRequireDefault(_react);

@@ -10,3 +12,2 @@

exports.default = function (ComponentOrElementName, preProps) {
var merged = {};

@@ -13,0 +14,0 @@ return typeof ComponentOrElementName === 'string' ? function (props) {

{
"name": "react-curry",
"version": "1.1.2",
"version": "1.1.3",
"description": "react stateless component curry",

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

@@ -5,4 +5,3 @@ import React from 'react';

export default (ComponentOrElementName, preProps) => {
const merged = { };
return (typeof ComponentOrElementName === 'string')

@@ -9,0 +8,0 @@ ? (props) => React.createElement(ComponentOrElementName, ...merge(preProps, props))

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