Socket
Socket
Sign inDemoInstall

@accordproject/concerto-core

Package Overview
Dependencies
Maintainers
0
Versions
855
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.18.3-20240827142156 to 3.18.3-20240830112403

2

dist/concerto-core.js.LICENSE.txt
/*!
* Concerto v3.18.3-20240827142156
* Concerto v3.18.3-20240830112403
* 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.

@@ -101,4 +101,3 @@ /*

this.enableMapType = !!options?.enableMapType;
this.importAliasing = !!options?.importAliasing;
this.importAliasing = process?.env?.IMPORT_ALIASING === 'true' || !!options?.importAliasing;
// Cache a copy of the Metamodel ModelFile for use when validating the structure of ModelFiles later.

@@ -105,0 +104,0 @@ this.metamodelModelFile = new ModelFile(this, MetaModelUtil.metaModelAst, undefined, MetaModelNamespace);

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

* @param {boolean} [options.enableMapType] - When true, the Concerto Map Type feature is enabled
* @param {boolean} [options.importAliasing] - When true, the Concerto Map Type feature is enabled
*/

@@ -65,0 +66,0 @@ constructor(options) {

{
"name": "@accordproject/concerto-core",
"version": "3.18.3-20240827142156",
"version": "3.18.3-20240830112403",
"description": "Core Implementation for the Concerto Modeling Language",

@@ -68,3 +68,3 @@ "homepage": "https://github.com/accordproject/concerto",

"typescript": "4.6.3",
"webpack": "5.76.0",
"webpack": "5.94.0",
"webpack-cli": "4.9.1",

@@ -75,5 +75,5 @@ "xregexp": "5.1.1",

"dependencies": {
"@accordproject/concerto-cto": "3.18.3-20240827142156",
"@accordproject/concerto-cto": "3.18.3-20240830112403",
"@accordproject/concerto-metamodel": "3.10.0",
"@accordproject/concerto-util": "3.18.3-20240827142156",
"@accordproject/concerto-util": "3.18.3-20240830112403",
"dayjs": "1.11.10",

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

@@ -23,2 +23,3 @@ export = ModelManager;

* @param {boolean} [options.enableMapType] - When true, the Concerto Map Type feature is enabled
* @param {boolean} [options.importAliasing] - When true, the Concerto Map Type feature is enabled
*/

@@ -29,2 +30,3 @@ constructor(options?: {

enableMapType?: boolean;
importAliasing?: boolean;
});

@@ -31,0 +33,0 @@ /**

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