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

@accordproject/concerto-core

Package Overview
Dependencies
Maintainers
0
Versions
866
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accordproject/concerto-core - npm Package Compare versions

Comparing version 3.19.1-20240918093046 to 3.19.1-20240920150051

2

dist/concerto-core.js.LICENSE.txt
/*!
* Concerto v3.19.1-20240918093046
* Concerto v3.19.1-20240920150051
* 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.

@@ -318,2 +318,3 @@ /*

if (shouldValidate) {
const enableMapType = modelManager?.enableMapType ? true : false;
const validationModelManager = new ModelManager({

@@ -323,2 +324,3 @@ strict: true,

addMetamodel: true,
enableMapType
});

@@ -424,3 +426,4 @@ validationModelManager.addModelFiles(modelManager.getModelFiles());

});
const newModelManager = new ModelManager();
const enableMapType = modelManager?.enableMapType ? true : false;
const newModelManager = new ModelManager({ enableMapType });
newModelManager.fromAst(decoratedAst);

@@ -427,0 +430,0 @@ return newModelManager;

{
"name": "@accordproject/concerto-core",
"version": "3.19.1-20240918093046",
"version": "3.19.1-20240920150051",
"description": "Core Implementation for the Concerto Modeling Language",

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

"dependencies": {
"@accordproject/concerto-cto": "3.19.1-20240918093046",
"@accordproject/concerto-cto": "3.19.1-20240920150051",
"@accordproject/concerto-metamodel": "3.10.0",
"@accordproject/concerto-util": "3.19.1-20240918093046",
"@accordproject/concerto-util": "3.19.1-20240920150051",
"dayjs": "1.11.10",

@@ -79,0 +79,0 @@ "debug": "4.3.4",

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