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

little-state-machine

Package Overview
Dependencies
Maintainers
1
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

little-state-machine - npm Package Compare versions

Comparing version 2.3.3 to 2.3.4

.rpt2_cache/rpt2_ddf57ed422ef2560bada0bf5c5cc05f5632a8818/code/cache/1e05f4dd5c32a3a8c27ac86ee8f3743360fef64b

2

dist/index.es.js

@@ -5,3 +5,3 @@ import * as React from 'react';

// @flow
let storageType = window.sessionStorage;
let storageType = typeof window === 'undefined' ? { getItem: () => { }, setItem: () => { } } : window.sessionStorage;
let get;

@@ -8,0 +8,0 @@ let set;

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

// @flow
let storageType = window.sessionStorage;
let storageType = typeof window === 'undefined' ? { getItem: () => { }, setItem: () => { } } : window.sessionStorage;
let get;

@@ -11,0 +11,0 @@ let set;

{
"name": "little-state-machine",
"version": "2.3.3",
"version": "2.3.4",
"main": "dist/index.js",

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