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

@accordproject/concerto-core

Package Overview
Dependencies
Maintainers
0
Versions
888
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.20.4-20250117074547 to 3.20.4-20250121115618

2

dist/concerto-core.js.LICENSE.txt
/*!
* Concerto v3.20.4-20250117074547
* Concerto v3.20.4-20250121115618
* 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.

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

* Rewrites the $class property on decoratorCommandSet classes.
* @private
* @param {*} decoratorCommandSet the DecoratorCommandSet object

@@ -228,3 +227,2 @@ * @param {string} version the DCS version upgrade target

* Migrations should only take place across minor versions of the same major version.
* @private
* @param {*} decoratorCommandSet the DecoratorCommandSet object

@@ -231,0 +229,0 @@ * @param {*} DCS_VERSION the DecoratorCommandSet version

{
"name": "@accordproject/concerto-core",
"version": "3.20.4-20250117074547",
"version": "3.20.4-20250121115618",
"description": "Core Implementation for the Concerto Modeling Language",

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

"dependencies": {
"@accordproject/concerto-cto": "3.20.4-20250117074547",
"@accordproject/concerto-cto": "3.20.4-20250121115618",
"@accordproject/concerto-metamodel": "3.11.0",
"@accordproject/concerto-util": "3.20.4-20250117074547",
"@accordproject/concerto-util": "3.20.4-20250121115618",
"dayjs": "1.11.13",

@@ -72,0 +72,0 @@ "debug": "4.3.7",

@@ -24,3 +24,2 @@ export = DecoratorManager;

* Rewrites the $class property on decoratorCommandSet classes.
* @private
* @param {*} decoratorCommandSet the DecoratorCommandSet object

@@ -30,7 +29,6 @@ * @param {string} version the DCS version upgrade target

*/
private static migrateTo;
static migrateTo(decoratorCommandSet: any, version: string): object;
/**
* Checks if the supplied decoratorCommandSet can be migrated.
* Migrations should only take place across minor versions of the same major version.
* @private
* @param {*} decoratorCommandSet the DecoratorCommandSet object

@@ -40,3 +38,3 @@ * @param {*} DCS_VERSION the DecoratorCommandSet version

*/
private static canMigrate;
static canMigrate(decoratorCommandSet: any, DCS_VERSION: any): boolean;
/**

@@ -43,0 +41,0 @@ * Add decorator commands set with index object to the coresponding target map

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