Socket
Socket
Sign inDemoInstall

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.0.0-beta.3 to 2.0.0-beta.4

.rpt2_cache/rpt2_fcfb64a3ad4a5251e76b3ebb66cbdd0c5d7d6880/code/cache/067113dbc439b1ae1046d9b7bd818ab5ed3a87de

3

dist/index.es.js

@@ -20,7 +20,6 @@ import * as React from 'react';

return {
globalState,
store: globalState,
updateStore,
};
}, [globalState]);
// @ts-ignore
return createElement(StateMachineContext.Provider, Object.assign({ value: value }, props));

@@ -27,0 +26,0 @@ }

@@ -23,7 +23,6 @@ 'use strict';

return {
globalState,
store: globalState,
updateStore,
};
}, [globalState]);
// @ts-ignore
return React.createElement(StateMachineContext.Provider, Object.assign({ value: value }, props));

@@ -30,0 +29,0 @@ }

{
"name": "little-state-machine",
"version": "2.0.0-beta.3",
"version": "2.0.0-beta.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