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

moddle

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moddle - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

0

docs/descriptor.md

@@ -0,0 +0,0 @@ # moddle Descriptor

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

8

lib/moddle.js

@@ -39,8 +39,8 @@ 'use strict';

options = options || [];
options = options || {};
this.properties = options.properties || new Properties(this);
this.properties = new Properties(this);
this.factory = options.factory || new Factory(this, this.properties);
this.registry = options.registry || new Registry(packages, this.properties, options);
this.factory = new Factory(this, this.properties);
this.registry = new Registry(packages, this.properties, options);

@@ -47,0 +47,0 @@ this.typeCache = {};

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

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

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

@@ -0,0 +0,0 @@ # moddle

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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