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

recompose

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recompose - npm Package Compare versions

Comparing version 0.2.3 to 0.3.0

flattenProp.js

12

index.js

@@ -45,2 +45,8 @@ 'use strict';

var _flattenProp2 = require('./flattenProp');
var _flattenProp3 = _interopRequireDefault(_flattenProp2);
exports.flattenProp = _flattenProp3['default'];
var _withState2 = require('./withState');

@@ -52,2 +58,8 @@

var _withReducer2 = require('./withReducer');
var _withReducer3 = _interopRequireDefault(_withReducer2);
exports.withReducer = _withReducer3['default'];
var _branch2 = require('./branch');

@@ -54,0 +66,0 @@

2

package.json
{
"name": "recompose",
"version": "0.2.3",
"version": "0.3.0",
"description": "A microcomponentization toolkit for React",

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

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