Socket
Socket
Sign inDemoInstall

@jupiterone/integration-sdk-core

Package Overview
Dependencies
Maintainers
1
Versions
268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupiterone/integration-sdk-core - npm Package Compare versions

Comparing version 12.7.1 to 12.8.1

dist/src/data/createIntegrationHelpers.d.ts

1

dist/src/data/index.d.ts

@@ -7,1 +7,2 @@ export * from './converters';

export * from './createIntegrationRelationship';
export * from './createIntegrationHelpers';

@@ -23,2 +23,3 @@ "use strict";

__exportStar(require("./createIntegrationRelationship"), exports);
__exportStar(require("./createIntegrationHelpers"), exports);
//# sourceMappingURL=index.js.map
export * from './data';
export * from './types';
export * from './errors';
export { Type as SchemaType } from '@sinclair/typebox';
export { RelationshipClass } from '@jupiterone/data-model';

4

dist/src/index.js

@@ -17,8 +17,10 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.RelationshipClass = void 0;
exports.RelationshipClass = exports.SchemaType = void 0;
__exportStar(require("./data"), exports);
__exportStar(require("./types"), exports);
__exportStar(require("./errors"), exports);
var typebox_1 = require("@sinclair/typebox");
Object.defineProperty(exports, "SchemaType", { enumerable: true, get: function () { return typebox_1.Type; } });
var data_model_1 = require("@jupiterone/data-model");
Object.defineProperty(exports, "RelationshipClass", { enumerable: true, get: function () { return data_model_1.RelationshipClass; } });
//# sourceMappingURL=index.js.map
{
"name": "@jupiterone/integration-sdk-core",
"version": "12.7.1",
"version": "12.8.1",
"description": "The SDK for developing JupiterOne integrations",

@@ -23,7 +23,8 @@ "main": "dist/src/index.js",

"build:dist": "tsc -p tsconfig.dist.json --declaration",
"prepack": "yarn build:dist"
"prepack": "npm run build:dist"
},
"dependencies": {
"@jupiterone/data-model": "^0.57.0",
"@jupiterone/integration-sdk-entity-validator": "^12.7.1",
"@jupiterone/data-model": "^0.61.3",
"@jupiterone/integration-sdk-entity-validator": "^12.8.1",
"@sinclair/typebox": "^0.32.30",
"lodash": "^4.17.21"

@@ -34,3 +35,3 @@ },

},
"gitHead": "e4d3dbe3b95d47e043d10f508355195a99ea4da3"
"gitHead": "01bd7c6824a549f9931ac045468d5642fb2cc677"
}

@@ -18,1 +18,5 @@ # @jupiterone/integration-sdk-core

```
## Docs
- [createIntegrationHelpers](docs/createIntegrationHelpers.md)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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