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

simpler-state

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simpler-state - npm Package Compare versions

Comparing version 1.0.0-beta.1 to 1.0.0-beta.2

1

es/useEntity.js

@@ -12,2 +12,3 @@ import { useState, useCallback, useEffect } from 'react';

if (!(entity._subscribers instanceof Array)) throw new Error('Invalid entity.');
var computed = transform(entity._value);

@@ -14,0 +15,0 @@

@@ -19,2 +19,3 @@ "use strict";

if (!(entity._subscribers instanceof Array)) throw new Error('Invalid entity.');
var computed = transform(entity._value);

@@ -21,0 +22,0 @@

2

package.json
{
"name": "simpler-state",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "The simplest app state management for React",

@@ -5,0 +5,0 @@ "keywords": [

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