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
1
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.2.0-beta.10 to 0.2.0-beta.11

12

lib/container/DiodeContainer.js

@@ -100,2 +100,14 @@ 'use strict';

ContainerConstructor.getComponent = function getComponent() {
return Component;
};
ContainerConstructor.getChildren = function getChildren() {
if (spec.children && spec.children.length) {
return spec.children;
} else {
return [];
}
};
ContainerConstructor.query = query;

@@ -102,0 +114,0 @@ ContainerConstructor.displayName = containerName;

2

package.json
{
"name": "react-diode",
"version": "0.2.0-beta.10",
"version": "0.2.0-beta.11",
"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