New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bpmn-io/extract-process-variables

Package Overview
Dependencies
Maintainers
10
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bpmn-io/extract-process-variables - npm Package Compare versions

Comparing version 0.8.0 to 0.9.0

dist/index.mjs

14

package.json
{
"name": "@bpmn-io/extract-process-variables",
"version": "0.8.0",
"version": "0.9.0",
"description": "A util for bpmn-js to extract Camunda BPM process variables from a BPMN 2.0 diagram.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"module": "dist/index.mjs",
"exports": {
".": "./dist/index.js",
"./zeebe": "./zeebe/index.js"
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./zeebe": {
"import": "./zeebe/index.mjs",
"require": "./zeebe/index.js"
}
},

@@ -11,0 +17,0 @@ "source": "src/index.js",

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