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

@accordproject/concerto-cto

Package Overview
Dependencies
Maintainers
0
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 3.19.3-20241014162440 to 3.19.3-20241021135045

2

dist/concerto-cto.js.LICENSE.txt
/*!
* Concerto CTO v3.19.3-20241014162440
* Concerto CTO v3.19.3-20241021135045
* 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.

{
"name": "@accordproject/concerto-cto",
"version": "3.19.3-20241014162440",
"version": "3.19.3-20241021135045",
"description": "Parser for Concerto CTO files",

@@ -16,7 +16,4 @@ "homepage": "https://github.com/accordproject/concerto",

"parser": "peggy -o lib/parser.js lib/parser.pegjs",
"pretest": "npm run lint && npm run parser",
"pretest": "npm run lint && npm run parser && npm run doc",
"lint": "eslint .",
"postlint": "npm run licchk",
"licchk": "license-check-and-add",
"postlicchk": "npm run doc",
"doc": "jsdoc --pedantic --recurse -c jsdoc.json",

@@ -51,3 +48,2 @@ "test": "nyc mocha --recursive -t 10000",

"jsdoc": "^4.0.2",
"license-check-and-add": "2.3.6",
"mocha": "10.0.0",

@@ -66,43 +62,2 @@ "nyc": "15.1.0",

"browserslist": "> 0.25%, not dead",
"license-check-and-add-config": {
"folder": "./lib",
"license": "HEADER",
"exact_paths_method": "EXCLUDE",
"exact_paths": [
"api.txt",
"composer-logs",
"coverage",
"./parser.js",
"LICENSE",
"node_modules",
".nyc-output",
"out",
".tern-project"
],
"file_type_method": "EXCLUDE",
"file_types": [
".yml",
".yaml",
".zip",
".tgz"
],
"insert_license": false,
"license_formats": {
"js|njk|pegjs|cto|acl|qry": {
"prepend": "/*",
"append": " */",
"eachLine": {
"prepend": " * "
}
},
"npmrc|editorconfig|txt": {
"eachLine": {
"prepend": "# "
}
},
"md": {
"file": "HEADER.md"
}
}
},
"nyc": {

@@ -109,0 +64,0 @@ "produce-source-map": "true",

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