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

@reach/machine

Package Overview
Dependencies
Maintainers
4
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reach/machine - npm Package Compare versions

Comparing version 0.8.6 to 0.9.0

9

dist/index.js

@@ -0,8 +1,7 @@

'use strict';
'use strict'
if (process.env.NODE_ENV === 'production') {
module.exports = require('./machine.cjs.production.min.js')
module.exports = require('./machine.cjs.production.min.js');
} else {
module.exports = require('./machine.cjs.development.js')
}
module.exports = require('./machine.cjs.development.js');
}
{
"name": "@reach/machine",
"version": "0.8.6",
"version": "0.9.0",
"description": "State machine utilities for the Reach UI library.",

@@ -13,8 +13,6 @@ "author": "React Training <hello@reacttraining.com>",

"scripts": {
"build": "yarn clean && yarn compile",
"clean": "rm -rf ./dist",
"compile": "cross-env NODE_ENV=production tsdx build --format=cjs,esm --tsconfig tsconfig.build.json"
"build": "ts-node ../../scripts/build"
},
"dependencies": {
"@reach/utils": "^0.8.6",
"@reach/utils": "^0.9.0",
"@xstate/fsm": "^1.3.0",

@@ -34,3 +32,3 @@ "tslib": "^1.10.0"

],
"gitHead": "0c71a018a11055b17815f0fb127cdcd981cd760e"
"gitHead": "0c789bb48554bf13c62dd09210ebdf2f9af33d30"
}
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