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

@jupiterone/graph-cbdefense

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupiterone/graph-cbdefense - npm Package Compare versions

Comparing version 4.0.1 to 4.1.0

dist/CbDefenseClient.d.ts

93

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