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

@accordproject/concerto-tools

Package Overview
Dependencies
Maintainers
6
Versions
697
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accordproject/concerto-tools - npm Package Compare versions

Comparing version 3.6.1-20230308154401 to 3.6.1-20230308164531

4

lib/codegen/fromcto/plantuml/plantumlvisitor.js

@@ -117,4 +117,4 @@ /*

classDeclaration.getOwnProperties().forEach((property) => {
const source = classDeclaration.getFullyQualifiedName();
const target = property.getFullyQualifiedTypeName();
const source = this.escapeString(classDeclaration.getFullyQualifiedName());
const target = this.escapeString(property.getFullyQualifiedTypeName());
const label = property.getName();

@@ -121,0 +121,0 @@ const array = property.isArray() ? '"*"':'"1"';

{
"name": "@accordproject/concerto-tools",
"version": "3.6.1-20230308154401",
"version": "3.6.1-20230308164531",
"description": "Tools for the Concerto Modeling Language",

@@ -71,4 +71,4 @@ "homepage": "https://github.com/accordproject/concerto",

"dependencies": {
"@accordproject/concerto-core": "3.6.1-20230308154401",
"@accordproject/concerto-util": "3.6.1-20230308154401",
"@accordproject/concerto-core": "3.6.1-20230308164531",
"@accordproject/concerto-util": "3.6.1-20230308164531",
"@openapi-contrib/openapi-schema-to-json-schema": "3.2.0",

@@ -75,0 +75,0 @@ "ajv": "8.10.0",

/*!
* Concerto Tools v3.6.1-20230308154401
* Concerto Tools v3.6.1-20230308164531
* Licensed under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ * you may not use this file except in compliance with the License.

Sorry, the diff of this file is too big to display

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