@jupiterone/graph-cbdefense
Advanced tools
Comparing version 4.0.1 to 4.1.0
{ | ||
"name": "@jupiterone/graph-cbdefense", | ||
"version": "4.0.1", | ||
"description": "JupiterOne managed integration for Carbon Black Defense.", | ||
"license": "MPL-2.0", | ||
"main": "src/index.js", | ||
"types": "src/index.d.ts", | ||
"files": [ | ||
"src" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"start": "j1-integration collect", | ||
"graph": "j1-integration visualize", | ||
"graph:types": "j1-integration visualize-types", | ||
"lint": "eslint . --cache --fix --ext .ts,.tsx", | ||
"format": "prettier --write '**/*.{ts,js,json,md,yml}'", | ||
"format:check": "prettier --check '**/*.{ts,js,json,md,yml}'", | ||
"type-check": "tsc", | ||
"test": "jest", | ||
"test:env": "LOAD_ENV=1 yarn test", | ||
"test:ci": "yarn format:check && yarn lint && yarn type-check && yarn test", | ||
"build": "tsc -p tsconfig.dist.json --declaration && cp README.md dist/README.md", | ||
"prepush": "yarn format:check && yarn lint && yarn type-check && jest --changedSince main" | ||
}, | ||
"peerDependencies": { | ||
"@jupiterone/integration-sdk-core": "^10.7.0" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.21.1", | ||
"lodash": "^4.17.15", | ||
"type-fest": "^0.15.1" | ||
}, | ||
"devDependencies": { | ||
"@jupiterone/integration-sdk-core": "^10.7.0", | ||
"@jupiterone/integration-sdk-dev-tools": "^10.7.0", | ||
"@jupiterone/integration-sdk-testing": "^10.7.0", | ||
"@types/node": "^18.0.0" | ||
} | ||
"name": "@jupiterone/graph-cbdefense", | ||
"version": "4.1.0", | ||
"description": "JupiterOne managed integration for Carbon Black Defense.", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/JupiterOne/integrations" | ||
}, | ||
"license": "MPL-2.0", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"prebuild": "npm run clean", | ||
"build": "tsc -p tsconfig.dist.json", | ||
"build:collector": "node ../../build-collector.mjs graph-cbdefense", | ||
"build:files": "npm run generate-graph-schema && npm run generate-sources-config", | ||
"clean": "rimraf tsconfig.dist.tsbuildinfo && rimraf dist", | ||
"format": "prettier --write \"**/*.{ts,js,json,css,md,yml}\"", | ||
"format:check": "prettier --check \"**/*.{ts,js,json,css,md,yml}\"", | ||
"generate-graph-schema": "npx --yes -p @jupiterone/integration-sdk-cli@13 j1-integration generate-integration-graph-schema --output-file ../../deployments/cbdefense/deploy/data/integrationGraphSchema.json -p .", | ||
"generate-sources-config": "npx --yes -p @jupiterone/integration-sdk-cli@13 j1-integration generate-ingestion-sources-config --output-file ../../deployments/cbdefense/deploy/data/ingestionSourcesConfig.json -p .", | ||
"graph": "j1-integration visualize", | ||
"graph:dependencies": "j1-integration visualize-dependencies", | ||
"graph:spec": "j1-integration visualize-types --project-path docs/spec --output-file ./.j1-integration/types-graph/index.spec.html", | ||
"graph:types": "j1-integration visualize-types", | ||
"lint": "eslint . --cache --fix --ext .ts,.tsx && npm run format:check", | ||
"start": "j1-integration collect --disable-schema-validation", | ||
"test": "jest", | ||
"test:env": "LOAD_ENV=1 npm run test", | ||
"typecheck": "tsc -p tsconfig.json", | ||
"validate:questions": "j1-integration validate-question-file -a $MANAGED_QUESTIONS_JUPITERONE_ACCOUNT_ID -k $MANAGED_QUESTIONS_JUPITERONE_API_KEY", | ||
"validate:questions:dry": "j1-integration validate-question-file --dry-run" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.21.1", | ||
"lodash": "^4.17.15", | ||
"type-fest": "^0.15.1" | ||
}, | ||
"engines": { | ||
"node": ">=18.0.0 <19.x" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"nx": { | ||
"tags": [ | ||
"type:library", | ||
"scope:public", | ||
"integrations:collector" | ||
] | ||
} | ||
} |
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
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
83030
3
0
35
0
922