Socket
Socket
Sign inDemoInstall

@accordproject/concerto-cto

Package Overview
Dependencies
Maintainers
6
Versions
487
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accordproject/concerto-cto - npm Package Compare versions

Comparing version 1.2.2-20211216162801 to 1.2.2-20211217155508

7

lib/printer.js

@@ -202,6 +202,2 @@ /*

}
if (mm.superType) {
result += `extends ${mm.superType.name} `;
}
// XXX Needs to be fixed to support `identified`
if (mm.identified) {

@@ -214,2 +210,5 @@ if (mm.identified.$class === 'concerto.metamodel.IdentifiedBy') {

}
if (mm.superType) {
result += `extends ${mm.superType.name} `;
}
result += '{';

@@ -216,0 +215,0 @@ mm.properties.forEach((property) => {

{
"name": "@accordproject/concerto-cto",
"version": "1.2.2-20211216162801",
"version": "1.2.2-20211217155508",
"description": "Parser for Concerto CTO files",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/accordproject/concerto",

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