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

manul-react-komposer

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

manul-react-komposer - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

17

dist/compose.js

@@ -54,10 +54,9 @@ 'use strict';

function compose(fn, L1, E1) {
var _ref = arguments.length <= 3 || arguments[3] === undefined ? {} : arguments[3];
var _ref = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {},
contextTypes = _ref.contextTypes,
_ref$pure = _ref.pure,
pure = _ref$pure === undefined ? true : _ref$pure,
_ref$withRef = _ref.withRef,
withRef = _ref$withRef === undefined ? false : _ref$withRef;
var contextTypes = _ref.contextTypes;
var _ref$pure = _ref.pure;
var pure = _ref$pure === undefined ? true : _ref$pure;
var _ref$withRef = _ref.withRef;
var withRef = _ref$withRef === undefined ? false : _ref$withRef;
return function (ChildComponent, L2, E2) {

@@ -178,4 +177,4 @@ (0, _invariant2.default)(Boolean(ChildComponent), 'Should provide a child component to build the higher order container.');

value: function _getProps() {
var _state$payload = this.state.payload;
var payload = _state$payload === undefined ? {} : _state$payload;
var _state$payload = this.state.payload,
payload = _state$payload === undefined ? {} : _state$payload;

@@ -182,0 +181,0 @@

@@ -56,3 +56,3 @@ 'use strict';

function disable() {
var value = arguments.length <= 0 || arguments[0] === undefined ? true : arguments[0];
var value = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;

@@ -69,3 +69,3 @@ disableMode = value;

function setStubbingMode() {
var value = arguments.length <= 0 || arguments[0] === undefined ? true : arguments[0];
var value = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;

@@ -72,0 +72,0 @@ stubbingMode = value;

{
"name": "manul-react-komposer",
"version": "0.0.7",
"version": "0.0.8",
"description": "fork of react-komposer -- Generic way to compose data containers for React.",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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