New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@swimlane/connector-interfaces

Package Overview
Dependencies
Maintainers
45
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swimlane/connector-interfaces - npm Package Compare versions

Comparing version 1.8.5-rc5 to 1.8.5-rc6

dist/manifest/transformation/index.d.ts

3

dist/connector-container-image-annotation.d.ts

@@ -17,3 +17,4 @@ /**

assetsManifest = "io.swimlane.connector.assets.",
sensorsManifest = "io.swimlane.connector.sensors."
sensorsManifest = "io.swimlane.connector.sensors.",
transformationsManifest = "io.swimlane.connector.transformations."
}

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

ConnectorContainerImageAnnotationPrefix["sensorsManifest"] = "io.swimlane.connector.sensors.";
ConnectorContainerImageAnnotationPrefix["transformationsManifest"] = "io.swimlane.connector.transformations.";
})(ConnectorContainerImageAnnotationPrefix = exports.ConnectorContainerImageAnnotationPrefix || (exports.ConnectorContainerImageAnnotationPrefix = {}));
//# sourceMappingURL=connector-container-image-annotation.js.map
/// <reference types="node" />
import { ConnectorActionManifest, ConnectorAssetManifest, ConnectorManifest, ConnectorSensorManifest } from './manifest/connector';
import { ConnectorActionManifest, ConnectorAssetManifest, ConnectorManifest, ConnectorSensorManifest, TransformationFunctionManifest } from './manifest';
export interface Connector {

@@ -28,2 +28,6 @@ /**

sensors: Record<string, ConnectorSensorManifest>;
/**
* {@link TransformationFunctionManifest} by name
*/
transformations: Record<string, TransformationFunctionManifest>;
}

@@ -59,2 +63,6 @@ export interface RawConnectorSource<T> {

sensors: Record<string, string>;
/**
* {@link TransformationFunctionManifest} in yaml by source name (i.e. container image label or filename)
*/
transformations: Record<string, string>;
}
/**
* @format spdxId
* @maxLength 50
* @minLength 1
*/

@@ -9,2 +10,3 @@ export declare type SpdxIdString = string;

* @maxLength 255
* @minLength 1
*/

@@ -11,0 +13,0 @@ export declare type UriString = string;

@@ -6,3 +6,3 @@ import { ManifestLike } from '../Manifest';

* @inheritDoc
* @pattern ^action\/\d+$
* @pattern ^(native-)?action\/\d+$
*/

@@ -9,0 +9,0 @@ schema: string;

export * from './connector';
export * from './transformation';
export * from './Manifest';
export * from './parse-manifest-schema';

@@ -14,4 +14,5 @@ "use strict";

__exportStar(require("./connector"), exports);
__exportStar(require("./transformation"), exports);
__exportStar(require("./Manifest"), exports);
__exportStar(require("./parse-manifest-schema"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@swimlane/connector-interfaces",
"version": "1.8.5-rc5",
"version": "1.8.5-rc6",
"description": "Contains all the Connector interfaces required by external projects.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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

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