Socket
Socket
Sign inDemoInstall

bpmn-js-bpmnlint

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bpmn-js-bpmnlint - npm Package Compare versions

Comparing version 0.11.0 to 0.11.1

dist/assets/css/bpmn-js-bpmnlint.css

5

CHANGELOG.md

@@ -9,2 +9,7 @@ # Changelog

## 0.11.1
* `CHORE`: remove unneeded dev asset from bundle
* `FIX`: pack css assets again
## 0.11.0

@@ -11,0 +16,0 @@

8

package.json
{
"name": "bpmn-js-bpmnlint",
"version": "0.11.0",
"version": "0.11.1",
"description": "bpmn-js integration for bpmnlint",

@@ -9,10 +9,10 @@ "main": "dist/index.js",

"scripts": {
"all": "run-s test distro copy-assets",
"all": "run-s test distro",
"test": "karma start --no-auto-test --single-run",
"dev": "karma start",
"distro": "run-s bundle test:bundle",
"distro": "run-s bundle test:bundle copy-assets",
"bundle": "NODE_ENV=production rollup -c",
"test:bundle": "echo \"NO TESTS YET\"",
"copy-assets": "cpx 'assets/css/*' dist/assets/css -v",
"prepublishOnly": "run-s bundle copy-assets"
"prepublishOnly": "run-s distro"
},

@@ -19,0 +19,0 @@ "repository": {

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