New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@accordproject/concerto-cto

Package Overview
Dependencies
Maintainers
6
Versions
520
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-20220111153301 to 1.2.2-20220112145448

16

lib/printer.js

@@ -160,7 +160,7 @@ /*

result += ` ${mm.name}`;
result += defaultString;
result += validatorString;
if (mm.isOptional) {
result += ' optional';
}
result += defaultString;
result += validatorString;
return result;

@@ -203,6 +203,2 @@ }

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

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

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

@@ -231,2 +230,7 @@ mm.properties.forEach((property) => {

let result = '';
if (metaModel.concertoVersion) {
result += `concerto version "${metaModel.concertoVersion}"`;
result += '\n';
result += '\n';
}
result += `namespace ${metaModel.namespace}`;

@@ -233,0 +237,0 @@ if (metaModel.imports && metaModel.imports.length > 0) {

{
"name": "@accordproject/concerto-cto",
"version": "1.2.2-20220111153301",
"version": "1.2.2-20220112145448",
"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