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

eslint-plugin-xstate

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-xstate - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

11

lib/rules/no-invalid-state-props.js

@@ -39,2 +39,3 @@ 'use strict'

'context',
'description',
'entry',

@@ -47,11 +48,11 @@ 'history', // only when type=history

'on',
'predictableActionArguments',
'preserveActionOrder',
'schema',
'states',
'strict',
'tags',
'target', // only when type=history
'tsTypes',
'type',
'strict',
'preserveActionOrder',
'description',
'schema',
'tsTypes',
]

@@ -58,0 +59,0 @@ function isValidRootStateProperty(property) {

{
"name": "eslint-plugin-xstate",
"version": "1.0.2",
"version": "1.0.3",
"description": "ESLint rules for XState",

@@ -5,0 +5,0 @@ "keywords": [

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