@xliic/cicd-core-node
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "@xliic/cicd-core-node", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Performs API contract security audit to get a detailed analysis of the possible vulnerabilities and other issues in the API contract.", | ||
"main": "lib/audit/index.js", | ||
"types": "lib/audit/index.d.ts", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
"prepare": "npm run compile", | ||
"test": "ava", | ||
"build": "tsc" | ||
"compile": "tsc -b" | ||
}, | ||
"author": "", | ||
"repository": { | ||
@@ -16,2 +16,3 @@ "type": "git", | ||
}, | ||
"author": "Anton Krasovsky <anton.krasovsky@42crunch.com>", | ||
"license": "AGPL-3.0-only", | ||
@@ -27,21 +28,20 @@ "ava": { | ||
"dependencies": { | ||
"ajv": "^6.12.2", | ||
"form-data": "^2.3.3", | ||
"globby": "^11.0.0", | ||
"got": "^11.1.4", | ||
"@xliic/json-schema-ref-parser": "^9.1.6", | ||
"@xliic/openapi-ast-node": "1.0.0", | ||
"ajv": "^7.0.3", | ||
"form-data": "^3.0.0", | ||
"globby": "^11.0.2", | ||
"got": "^11.8.1", | ||
"js-yaml": "^3.13.1", | ||
"@xliic/json-schema-ref-parser": "^8.0.0", | ||
"jsonc-parser": "^2.2.1", | ||
"line-chomper": "^0.5.0", | ||
"yaml-ast-parser-custom-tags": "0.0.43" | ||
"line-chomper": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@types/globby": "^9.1.0", | ||
"@types/got": "^9.6.11", | ||
"@types/node": "^14.0.3", | ||
"ava": "^3.8.2", | ||
"@types/node": "^14.14.21", | ||
"ava": "^3.12.1", | ||
"esm": "^3.2.25", | ||
"json-schema": "^0.2.5", | ||
"rewire": "^5.0.0", | ||
"typescript": "3.8.3" | ||
"json-schema": "^0.3.0", | ||
"typescript": "^4.1.3" | ||
} | ||
} |
{ | ||
"compilerOptions": { | ||
"module": "commonjs", | ||
"esModuleInterop": true, | ||
"target": "es6", | ||
"moduleResolution": "node", | ||
"sourceMap": true, | ||
"outDir": "lib", | ||
"resolveJsonModule": true, | ||
"declaration": true | ||
}, | ||
"include": ["src/**/*"], | ||
"exclude": ["node_modules", ".vscode-test"] | ||
"compilerOptions": { | ||
"declaration": true, | ||
"module": "commonjs", | ||
"target": "es6", | ||
"outDir": "lib", | ||
"rootDir": "src", | ||
"lib": ["es6"], | ||
"resolveJsonModule": true | ||
}, | ||
"include": ["src"], | ||
"exclude": ["node_modules"] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
8
1
3
135767
33
3
2912
1
+ Added@types/json-schema@7.0.15(transitive)
+ Added@xliic/json-schema-ref-parser@9.3.0(transitive)
+ Added@xliic/openapi-ast-node@1.0.0(transitive)
+ Addedajv@7.2.4(transitive)
+ Addedargparse@2.0.1(transitive)
+ Addedform-data@3.0.2(transitive)
+ Addedjs-yaml@4.1.0(transitive)
+ Addedjson-schema-traverse@1.0.0(transitive)
+ Addedrequire-from-string@2.0.2(transitive)
- Removedjsonc-parser@^2.2.1
- Removedyaml-ast-parser-custom-tags@0.0.43
- Removed@xliic/json-schema-ref-parser@8.0.0(transitive)
- Removedajv@6.12.6(transitive)
- Removedfast-json-stable-stringify@2.1.0(transitive)
- Removedform-data@2.5.2(transitive)
- Removedjson-schema-traverse@0.4.1(transitive)
- Removedsafe-buffer@5.2.1(transitive)
Updatedajv@^7.0.3
Updatedform-data@^3.0.0
Updatedglobby@^11.0.2
Updatedgot@^11.8.1