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

easy-react-state

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easy-react-state - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

4

dist/index.es.js

@@ -1248,5 +1248,5 @@ import React from 'react';

var label = options.label ? options.label : 'State';
console.group("---- Store: " + label + " ----");
console.group("Store: " + label);
// Setter information
console.groupCollapsed("--- Setter: " + setterKey + " ---");
console.groupCollapsed("Setter: " + createSettersKey + "." + setterKey);
console.log('Arguments:', args);

@@ -1253,0 +1253,0 @@ console.groupEnd();

@@ -1254,5 +1254,5 @@ 'use strict';

var label = options.label ? options.label : 'State';
console.group("---- Store: " + label + " ----");
console.group("Store: " + label);
// Setter information
console.groupCollapsed("--- Setter: " + setterKey + " ---");
console.groupCollapsed("Setter: " + createSettersKey + "." + setterKey);
console.log('Arguments:', args);

@@ -1259,0 +1259,0 @@ console.groupEnd();

{
"name": "easy-react-state",
"version": "1.0.6",
"version": "1.0.7",
"description": "Fun to use state management library for your awesome React app",

@@ -5,0 +5,0 @@ "author": "ombori",

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