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

@accordproject/concerto-util

Package Overview
Dependencies
Maintainers
0
Versions
511
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accordproject/concerto-util - npm Package Compare versions

Comparing version 3.16.11-20240619121904 to 3.16.11-20240621164245

lib/null.js

2

dist/concerto-util.js.LICENSE.txt
/*!
* Concerto Util v3.16.11-20240619121904
* Concerto Util v3.16.11-20240621164245
* 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.

@@ -58,2 +58,5 @@ /*

// NullUtil
const NullUtil = require('./lib/null');
module.exports = {

@@ -75,3 +78,4 @@ BaseException,

Identifiers,
ErrorCodes
ErrorCodes,
NullUtil
};
{
"name": "@accordproject/concerto-util",
"version": "3.16.11-20240619121904",
"version": "3.16.11-20240621164245",
"description": "Utilities for Concerto Modeling Language",

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

@@ -17,2 +17,3 @@ import BaseException = require("./lib/baseexception");

import ErrorCodes = require("./lib/errorcodes");
export { BaseException, BaseFileException, FileDownloader, CompositeFileLoader, DefaultFileLoader, GitHubFileLoader, HTTPFileLoader, Writer, FileWriter, InMemoryWriter, ModelWriter, Logger, TypedStack, Label, Identifiers, ErrorCodes };
import NullUtil = require("./lib/null");
export { BaseException, BaseFileException, FileDownloader, CompositeFileLoader, DefaultFileLoader, GitHubFileLoader, HTTPFileLoader, Writer, FileWriter, InMemoryWriter, ModelWriter, Logger, TypedStack, Label, Identifiers, ErrorCodes, NullUtil };

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