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

@accordproject/concerto-cto

Package Overview
Dependencies
Maintainers
6
Versions
498
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accordproject/concerto-cto - npm Package Compare versions

Comparing version 1.2.2-20211130213656 to 1.2.2-20211130214838

types/index.d.ts

4

lib/parserMain.js

@@ -22,5 +22,5 @@ /*

* Create decorator argument string from a metamodel
* @param {object} cto - the Concerto string
* @param {string} cto - the Concerto string
* @param {string} [fileName] - an optional file name
* @return {string} the string for the decorator argument
* @return {object} the string for the decorator argument
*/

@@ -27,0 +27,0 @@ function parse(cto, fileName) {

{
"name": "@accordproject/concerto-cto",
"version": "1.2.2-20211130213656",
"version": "1.2.2-20211130214838",
"description": "Parser for Concerto CTO files",

@@ -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": {

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