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.19.3-20241014162440 to 3.19.3-20241021135045

48

package.json
{
"name": "@accordproject/concerto-util",
"version": "3.19.3-20241014162440",
"version": "3.19.3-20241021135045",
"description": "Utilities for Concerto Modeling Language",

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

"prepublishOnly": "npm run webpack",
"pretest": "npm run lint",
"pretest": "npm run lint && 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",

@@ -53,3 +50,2 @@ "test": "nyc mocha --recursive -t 10000",

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

@@ -68,42 +64,2 @@ "node-polyfill-webpack-plugin": "2.0.1",

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

@@ -110,0 +66,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