Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

refract-xstream

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

refract-xstream - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

2

index.es.js

@@ -299,3 +299,3 @@ import $$observable from 'symbol-observable';

var state = instance.state;
if (state.renderEffect) {
if (state.renderEffect || newState.renderEffect) {
return state.children !== newState.children;

@@ -302,0 +302,0 @@ }

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

var state = instance.state;
if (state.renderEffect) {
if (state.renderEffect || newState.renderEffect) {
return state.children !== newState.children;

@@ -308,0 +308,0 @@ }

{
"name": "refract-xstream",
"description": "Refract bindings for React with xstream: harness the power of reactive programming to supercharge your components!",
"version": "4.1.1",
"version": "4.1.2",
"main": "index.js",

@@ -6,0 +6,0 @@ "jsnext:main": "index.es.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