Socket
Socket
Sign inDemoInstall

eslint-plugin-bpmn-io

Package Overview
Dependencies
Maintainers
9
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.15.1 to 0.16.0

3

configs/browser.js

@@ -5,5 +5,2 @@ module.exports = {

},
parserOptions: {
sourceType: 'module'
},
extends: [

@@ -10,0 +7,0 @@ 'plugin:bpmn-io/recommended'

3

configs/recommended.js

@@ -6,3 +6,4 @@ module.exports = {

parserOptions: {
ecmaVersion: 2018
ecmaVersion: 2018,
sourceType: 'module'
},

@@ -9,0 +10,0 @@ extends: [

{
"name": "eslint-plugin-bpmn-io",
"version": "0.15.1",
"version": "0.16.0",
"description": "Shared lint rules for bpmn.io projects",

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

@@ -35,2 +35,3 @@ # eslint-plugin-bpmn-io

* `bpmn-io/mocha`: Use for libraries tested with `mocha` + `chai`
* `bpmn-io/recommended`: Use for libraries where no environment is assumed

@@ -37,0 +38,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc