@reach/machine
Advanced tools
Comparing version 0.8.6 to 0.9.0
@@ -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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
44656
387
+ Added@reach/utils@0.9.0(transitive)
- Removed@reach/utils@0.8.6(transitive)
Updated@reach/utils@^0.9.0