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

@accordproject/concerto-metamodel

Package Overview
Dependencies
Maintainers
6
Versions
321
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accordproject/concerto-metamodel - npm Package Compare versions

Comparing version 3.6.1-20230224143228 to 3.6.1-20230308142539

231

package.json
{
"name": "@accordproject/concerto-metamodel",
"version": "3.6.1-20230224143228",
"description": "Concerto metamodel utilities",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
"node": ">=14",
"npm": ">=6"
},
"main": "index.js",
"typings": "types/index.d.ts",
"scripts": {
"coverage": "node ./scripts/coverage.js \"packages/concerto-*\" && nyc report -t coverage --cwd . --report-dir coverage --reporter=lcov && cat ./coverage/lcov.info",
"pretest": "npm run lint",
"lint": "eslint .",
"postlint": "npm run licchk",
"licchk": "license-check-and-add",
"postlicchk": "npm run doc",
"doc": "jsdoc --pedantic --recurse -c jsdoc.json",
"test": "nyc mocha --recursive -t 10000",
"test:watch": "nyc mocha --watch --recursive -t 10000",
"mocha": "mocha --recursive -t 10000",
"nyc": "nyc mocha --recursive -t 10000",
"prebuild": "node genmetamodel.js",
"build": "npm run build:types",
"build:types": "tsc index.js --declaration --allowJs --emitDeclarationOnly --outDir types"
},
"repository": {
"type": "git",
"url": "https://github.com/accordproject/concerto-metamodel.git"
},
"keywords": [
"blockchain",
"hyperledger",
"solutions"
"name": "@accordproject/concerto-metamodel",
"version": "3.6.1-20230308142539",
"description": "Concerto metamodel utilities",
"homepage": "https://github.com/accordproject/concerto",
"engines": {
"node": ">=14",
"npm": ">=6"
},
"main": "index.js",
"typings": "types/index.d.ts",
"scripts": {
"pretest": "npm run lint",
"lint": "eslint .",
"postlint": "npm run licchk",
"licchk": "license-check-and-add",
"postlicchk": "npm run doc",
"doc": "jsdoc --pedantic --recurse -c jsdoc.json",
"test": "nyc mocha --recursive -t 10000",
"test:watch": "nyc mocha --watch --recursive -t 10000",
"mocha": "mocha --recursive -t 10000",
"nyc": "nyc mocha --recursive -t 10000",
"prebuild": "node genmetamodel.js",
"build": "npm run build:types",
"build:types": "tsc index.js --declaration --allowJs --emitDeclarationOnly --outDir types"
},
"repository": {
"type": "git",
"url": "https://github.com/accordproject/concerto.git",
"directory": "packages/concerto-metamodel"
},
"keywords": [
"blockchain",
"hyperledger",
"solutions"
],
"author": "accordproject.org",
"license": "Apache-2.0",
"devDependencies": {
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
"chai-things": "0.2.0",
"debug": "4.3.1",
"eslint": "8.2.0",
"jsdoc": "^3.6.7",
"license-check-and-add": "2.3.6",
"mocha": "10.0.0",
"nyc": "15.1.0",
"sinon": "12.0.0",
"sinon-chai": "3.7.0",
"typescript": "4.6.3"
},
"dependencies": {
"@accordproject/concerto-util": "3.6.1-20230308142539"
},
"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"
],
"author": "accordproject.org",
"license": "Apache-2.0",
"devDependencies": {
"dayjs": "1.10.8",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
"chai-things": "0.2.0",
"debug": "4.3.1",
"eslint": "8.2.0",
"jsdoc": "^3.6.7",
"license-check-and-add": "2.3.6",
"mocha": "10.0.0",
"nyc": "15.1.0",
"sinon": "12.0.0",
"sinon-chai": "3.7.0",
"typescript": "4.6.3"
},
"dependencies": {
"@accordproject/concerto-util": "3.6.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"
}
"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": " * "
}
},
"nyc": {
"produce-source-map": "true",
"sourceMap": "inline",
"reporter": [
"lcov",
"text-summary",
"html",
"json"
],
"include": [
"lib/**/*.js"
],
"exclude": [
"lib/parser.js"
],
"all": true,
"check-coverage": true,
"statements": 74,
"branches": 67,
"functions": 73,
"lines": 74
},
"npmrc|editorconfig|txt": {
"eachLine": {
"prepend": "# "
}
},
"md": {
"file": "HEADER.md"
}
}
},
"nyc": {
"produce-source-map": "true",
"sourceMap": "inline",
"reporter": [
"lcov",
"text-summary",
"html",
"json"
],
"include": [
"lib/**/*.js"
],
"exclude": [
"lib/parser.js"
],
"all": true,
"check-coverage": true,
"statements": 74,
"branches": 67,
"functions": 73,
"lines": 74
}
}

Sorry, the diff of this file is not supported yet

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