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

@xliic/cicd-core-node

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xliic/cicd-core-node - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

lib/api.d.ts

36

package.json
{
"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"]
}
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