Socket
Socket
Sign inDemoInstall

@accordproject/concerto-core

Package Overview
Dependencies
Maintainers
6
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 0.82.2-20191022134922 to 0.82.2-20191023041204

15

api.txt

@@ -0,2 +1,12 @@

class BaseException extends Error {
+ void constructor(string,string)
}
class BaseFileException extends BaseException {
+ void constructor(string,string,string,string,string)
+ string getFileLocation()
+ string getShortMessage()
+ string getFileName()
}
class Factory {
+ void constructor(ModelManager)
+ Resource newResource(String,String,String,Object,boolean,String,boolean,boolean) throws TypeNotFoundException

@@ -78,2 +88,3 @@ + Resource newConcept(String,String,Object,boolean,String,boolean) throws TypeNotFoundException

class ModelFile {
+ void constructor(ModelManager,string,string,boolean) throws IllegalModelException
+ boolean isExternal()

@@ -173,2 +184,3 @@ + ModelManager getModelManager()

class ModelManager {
+ void constructor()
+ void validateModelFile(string,string) throws IllegalModelException

@@ -198,2 +210,5 @@ + Object addModelFile(string,string,boolean,boolean) throws IllegalModelException

}
class SecurityException extends BaseException {
+ void constructor(string)
}
class Serializer {

@@ -200,0 +215,0 @@ + void constructor(Factory,ModelManager)

3

changelog.txt

@@ -27,2 +27,5 @@ #

Version 0.82.1 {cb6c3b228035279e6997a4e3a34ef348} 2019-10-22
- Make several constructors public
Version 0.80.3 {6f5a9ab45943cb76732c14b11f47d044} 2019-08-24

@@ -29,0 +32,0 @@ - Add Ergo option to serializer

2

index.js

@@ -21,3 +21,3 @@ /*

*
* @module concerto
* @module concerto-core
*/

@@ -24,0 +24,0 @@

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

* @memberof module:concerto-core
* @private
*/

@@ -27,0 +26,0 @@ class BaseException extends Error {

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

* @memberof module:concerto-core
* @private
*/

@@ -28,0 +27,0 @@ class BaseFileException extends BaseException {

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

* @param {ModelManager} modelManager - The ModelManager to use for this registry
* @private
*/

@@ -56,0 +55,0 @@ constructor(modelManager) {

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

* Use the ModelManager to manage ModelFiles.
* @private
* @param {ModelManager} modelManager - the ModelManager that manages this

@@ -44,0 +43,0 @@ * ModelFile

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

*
*
* The structure of {@link Resource}s (Assets, Transactions, Participants) is modelled

@@ -43,3 +42,2 @@ * in a set of Concerto files. The contents of these files are managed

*
*
* Concerto applications load their Concerto files and then call the {@link ModelManager#addModelFile addModelFile}

@@ -51,4 +49,2 @@ * method to register the Concerto file(s) with the ModelManager. The ModelManager

*
*
*
* @class

@@ -60,3 +56,2 @@ * @memberof module:concerto-core

* Create the ModelManager.
* @private
*/

@@ -63,0 +58,0 @@ constructor() {

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

* @memberof module:concerto-core
* @private
*/

@@ -28,0 +27,0 @@ class SecurityException extends BaseException {

{
"name": "@accordproject/concerto-core",
"version": "0.82.2-20191022134922",
"version": "0.82.2-20191023041204",
"description": "Core Implementation for the Concerto Modeling Language",

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

import { EventEmitter } from 'events';
declare module '@accordproject/concerto' {
declare module '@accordproject/concerto-core' {

@@ -6,0 +6,0 @@ // Exceptions

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