Socket
Socket
Sign inDemoInstall

moddle

Package Overview
Dependencies
1
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.5.1

.travis.yml

3

lib/moddle.js

@@ -5,4 +5,3 @@ 'use strict';

var Types = require('./types'),
Factory = require('./factory'),
var Factory = require('./factory'),
Registry = require('./registry'),

@@ -9,0 +8,0 @@ Properties = require('./properties');

@@ -121,4 +121,3 @@ 'use strict';

var options = this.options,
nsName = parseNameNs(name);
var nsName = parseNameNs(name);

@@ -125,0 +124,0 @@ var builder = new DescriptorBuilder(nsName);

{
"name": "moddle",
"version": "0.5.0",
"version": "0.5.1",
"description": "A library for importing meta-model based file formats into JS",

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

# moddle
[![Build Status](https://travis-ci.org/bpmn-io/moddle.svg?branch=master)](https://travis-ci.org/bpmn-io/moddle)
A utility library for working with meta-model based data structures.

@@ -76,3 +78,3 @@

Have a look at our [test coverage](https://github.com/bpmn-io/moddle/blob/master/test/spec/ModelSpec.js) to learn about everything that is currently supported.
Have a look at our [test coverage](https://github.com/bpmn-io/moddle/blob/master/test/spec) to learn about everything that is currently supported.

@@ -79,0 +81,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc