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

react-diode

Package Overview
Dependencies
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-diode - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

8

lib/container/DiodeContainer.js

@@ -9,2 +9,6 @@ 'use strict';

var _deepExtend = require('deep-extend');
var _deepExtend2 = _interopRequireDefault(_deepExtend);
var _objectAssign = require('object-assign');

@@ -117,7 +121,7 @@

ContainerConstructor.query = query;
ContainerConstructor.query = (0, _deepExtend2.default)(query, Component.query);
ContainerConstructor.displayName = containerName;
ContainerConstructor.componentName = componentName;
return (0, _hoistNonReactStatics2.default)(ContainerConstructor, Component);
return (0, _hoistNonReactStatics2.default)(ContainerConstructor, Component, { query: true });
}

@@ -124,0 +128,0 @@

{
"name": "react-diode",
"version": "0.4.1",
"version": "0.4.2",
"description": "Endpoint agnostic, unidirectional data fetching for React applications",

@@ -5,0 +5,0 @@ "main": "lib/DiodePublic.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