Socket
Socket
Sign inDemoInstall

rel-events

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rel-events - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

dist/events.js

@@ -88,3 +88,3 @@ "use strict";

this._bindDataToProps = props => {
if (this.useDataFrom) {
if (this.useDataFrom && props.length) {
throw new Error(`When configuring 'useDataFrom', you will end up with an empty state. Listen to the event with the name described in the 'useDataFrom' key instead.`);

@@ -91,0 +91,0 @@ }

@@ -103,3 +103,3 @@ import { connect } from 'react-redux';

_bindDataToProps = props => {
if (this.useDataFrom) {
if (this.useDataFrom && props.length) {
throw new Error(

@@ -106,0 +106,0 @@ `When configuring 'useDataFrom', you will end up with an empty state. Listen to the event with the name described in the 'useDataFrom' key instead.`,

{
"name": "rel-events",
"version": "0.2.0",
"version": "0.2.1",
"description": "The relevant React Events Library. Events framework based on redux to decouple our from business logic and make state management easy.",

@@ -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