Socket
Socket
Sign inDemoInstall

eslint-plugin-bpmn-io

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-bpmn-io - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

1

configs/jsx.js

@@ -10,3 +10,2 @@ module.exports = {

'react/jsx-indent-props': [ 2, 2 ],
'react/jsx-key': 2,
'react/jsx-no-undef': 2,

@@ -13,0 +12,0 @@ 'react/jsx-no-duplicate-props': 2,

2

package.json
{
"name": "eslint-plugin-bpmn-io",
"version": "0.5.1",
"version": "0.5.2",
"description": "Shared lint rules for bpmn.io projects",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -18,3 +18,3 @@ import Nested from './nested';

return (
<Nested.Val key={ v } value={ v } />
<Nested.Val value={ v } />
);

@@ -21,0 +21,0 @@ })

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