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

@accordproject/concerto-util

Package Overview
Dependencies
Maintainers
6
Versions
517
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 1.2.2-20211130213656 to 1.2.2-20211130214838

types/index.d.ts

6

package.json
{
"name": "@accordproject/concerto-util",
"version": "1.2.2-20211130213656",
"version": "1.2.2-20211130214838",
"description": "Utilities for Concerto Modeling Language",

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

"main": "index.js",
"typings": "types/index.d.ts",
"scripts": {

@@ -22,3 +23,4 @@ "pretest": "npm run lint",

"mocha": "mocha --recursive -t 10000",
"nyc": "nyc mocha --recursive -t 10000"
"nyc": "nyc mocha --recursive -t 10000",
"build:types": "npx -p typescript tsc ./lib/**/*.js index.js --declaration --allowJs --emitDeclarationOnly --outDir types"
},

@@ -25,0 +27,0 @@ "repository": {

@@ -1,4 +0,4 @@

# Concerto Core
# Concerto Utilities
Main library for Concerto models, model manager, JSON instance validation and serialization.
Those are various utilities independent of Concerto itself covering things like: logging, external files downloads, stacks etc.

@@ -8,3 +8,3 @@ # Installation

```
npm install @accordproject/concerto-core --save
npm install @accordproject/concerto-util --save
```

@@ -11,0 +11,0 @@

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