Socket
Socket
Sign inDemoInstall

@accordproject/concerto

Package Overview
Dependencies
Maintainers
6
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accordproject/concerto - npm Package Compare versions

Comparing version 0.80.2 to 0.80.3-20190927160708

31

api.txt

@@ -171,1 +171,32 @@ class Factory {

}
class ModelManager {
+ void validateModelFile(string,string) throws IllegalModelException
+ Object addModelFile(string,string,boolean,boolean) throws IllegalModelException
+ Object updateModelFile(string,string,boolean) throws IllegalModelException
+ void deleteModelFile(string)
+ Object[] addModelFiles(string[],undefined,boolean,boolean)
+ void validateModelFiles()
+ Promise updateExternalModels(Object,ModelFileDownloader) throws IllegalModelException
+ void writeModelsToFileSystem(String,Object,boolean,boolean)
+ Object[] getModels(Object,boolean,boolean)
+ void clearModelFiles()
+ string[] getNamespaces()
+ ClassDeclaration[] getSystemTypes()
+ AssetDeclaration[] getAssetDeclarations(Boolean)
+ TransactionDeclaration[] getTransactionDeclarations(Boolean)
+ EventDeclaration[] getEventDeclarations(Boolean)
+ ParticipantDeclaration[] getParticipantDeclarations(Boolean)
+ EnumDeclaration[] getEnumDeclarations(Boolean)
+ ConceptDeclaration[] getConceptDeclarations(Boolean)
+ Factory getFactory()
+ Serializer getSerializer()
+ DecoratorFactory[] getDecoratorFactories()
+ void addDecoratorFactory(DecoratorFactory)
+ boolean hasInstance(object)
}
class Serializer {
+ void constructor(Factory,ModelManager)
+ void setDefaultOptions(Object)
+ Object toJSON(Resource,Object,boolean,boolean,boolean,boolean) throws Error
+ Resource fromJSON(Object,Object,boolean,boolean)
}

2

package.json
{
"name": "@accordproject/concerto",
"version": "0.80.2",
"version": "0.80.3-20190927160708",
"description": "Concerto Modeling Language",

@@ -5,0 +5,0 @@ "engines": {

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