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

@xstate/graph

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xstate/graph - npm Package Compare versions

Comparing version 2.0.0-alpha.2 to 2.0.0-beta.3

dist/declarations/src/adjacency.d.ts

39

package.json
{
"name": "@xstate/graph",
"version": "2.0.0-alpha.2",
"version": "2.0.0-beta.3",
"description": "XState graph utilities",

@@ -16,11 +16,19 @@ "keywords": [

"license": "MIT",
"main": "lib/index.js",
"module": "es/index.js",
"types": "lib/index.d.ts",
"main": "dist/xstate-graph.cjs.js",
"module": "dist/xstate-graph.esm.js",
"exports": {
".": {
"types": {
"import": "./dist/xstate-graph.cjs.mjs",
"default": "./dist/xstate-graph.cjs.js"
},
"module": "./dist/xstate-graph.esm.js",
"import": "./dist/xstate-graph.cjs.mjs",
"default": "./dist/xstate-graph.cjs.js"
},
"./package.json": "./package.json"
},
"sideEffects": false,
"files": [
"lib/**/*.js",
"lib/**/*.d.ts",
"es/**/*.js",
"es/**/*.d.ts"
"dist"
],

@@ -31,8 +39,3 @@ "repository": {

},
"scripts": {
"clean": "rm -rf dist lib es tsconfig.tsbuildinfo",
"build": "tsc && tsc --outDir es --module es2015",
"test": "jest",
"prepare": "npm run build"
},
"scripts": {},
"bugs": {

@@ -42,12 +45,8 @@ "url": "https://github.com/statelyai/xstate/issues"

"peerDependencies": {
"xstate": "^4.37.2"
"xstate": "^5.0.0-beta.26"
},
"devDependencies": {
"jest": "^26.6.3",
"lerna-alias": "3.0.3-0",
"ts-jest": "^26.5.6",
"typescript": "^4.8.4",
"xstate": "*"
"xstate": "5.0.0-beta.26"
},
"dependencies": {}
}
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