New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pullstate

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pullstate - npm Package Compare versions

Comparing version 1.0.0-beta.7 to 1.0.0-beta.8

4

dist/index.es.js

@@ -695,4 +695,4 @@ import React,{useState,useRef,useCallback,useEffect,useContext,useMemo}from'react';const isEqual = require("fast-deep-equal");

}
clientAsyncCache.results = snapshot.asyncResults;
clientAsyncCache.actionOrd = snapshot.asyncActionOrd;
clientAsyncCache.results = snapshot.asyncResults || {};
clientAsyncCache.actionOrd = snapshot.asyncActionOrd || {};
}

@@ -699,0 +699,0 @@ }

@@ -694,4 +694,4 @@ 'use strict';Object.defineProperty(exports,'__esModule',{value:true});function _interopDefault(e){return(e&&(typeof e==='object')&&'default'in e)?e['default']:e}var React=require('react'),React__default=_interopDefault(React);const isEqual = require("fast-deep-equal");

}
clientAsyncCache.results = snapshot.asyncResults;
clientAsyncCache.actionOrd = snapshot.asyncActionOrd;
clientAsyncCache.results = snapshot.asyncResults || {};
clientAsyncCache.actionOrd = snapshot.asyncActionOrd || {};
}

@@ -698,0 +698,0 @@ }

{
"name": "pullstate",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "Simple state stores using immer and React hooks",

@@ -5,0 +5,0 @@ "main": "dist/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