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

dmn-js-drd

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dmn-js-drd - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

index.js

2

package.json
{
"name": "dmn-js-drd",
"description": "A decision requirements diagram view for dmn-js",
"version": "1.2.0",
"version": "1.2.1",
"scripts": {

@@ -6,0 +6,0 @@ "test": "karma start",

@@ -10,3 +10,6 @@ 'use strict';

import DefaultExport from '../../';
import DrdView from 'lib/Viewer';
describe('Viewer', function() {

@@ -31,2 +34,7 @@

it('should expose Viewer as library default', function() {
expect(DefaultExport).to.equal(DrdView);
});
it('should import simple DRD', function(done) {

@@ -33,0 +41,0 @@ createViewer(exampleXML, done);

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