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

bpmn-js

Package Overview
Dependencies
Maintainers
2
Versions
344
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bpmn-js - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

17

Gruntfile.js

@@ -27,3 +27,2 @@ module.exports = function(grunt) {

alias.push('index.js:bpmn-js');
alias.push('<%= config.sources %>/Viewer.js:bpmn-js/Viewer');
}

@@ -119,3 +118,3 @@

'<%= config.dist %>/bpmn.js': [ '<%= config.sources %>/**/*.js' ],
'<%= config.dist %>/bpmn-viewer.js': [ '<%= config.sources %>/lib/Viewer.js' ]
'<%= config.dist %>/bpmn-viewer.js': [ '<%= config.sources %>/Viewer.js' ]
},

@@ -134,6 +133,10 @@ options: {

files: {
'<%= config.bowerDist %>/bpmn-viewer.js': [ '<%= config.sources %>/lib/Viewer.js' ]
'<%= config.bowerDist %>/bpmn-viewer.js': [ '<%= config.sources %>/Viewer.js' ]
},
options: {
browserifyOptions: {
builtins: false
},
bundleOptions: {
standalone: 'BpmnJS',
detectGlobals: false,

@@ -153,7 +156,3 @@ insertGlobalVars: [],

} ]
],
alias: bundleAlias([
'viewer',
'libs-local'
])
]
}

@@ -163,3 +162,3 @@ },

files: {
'<%= config.dist %>/bpmn-viewer.js': [ '<%= config.sources %>/lib/Viewer.js' ]
'<%= config.dist %>/bpmn-viewer.js': [ '<%= config.sources %>/Viewer.js' ]
},

@@ -166,0 +165,0 @@ options: {

{
"name": "bpmn-js",
"version": "0.2.0",
"version": "0.2.1",
"description": "A bpmn 2.0 toolkit and web modeler",

@@ -5,0 +5,0 @@ "scripts": {

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