Socket
Socket
Sign inDemoInstall

@iot-app-kit/core

Package Overview
Dependencies
147
Maintainers
8
Versions
94
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.15.0 to 10.0.0

dist/cjs/edge/types.d.ts

12

dist/cjs/common/types.d.ts
import type { TimeSeriesDataRequest, Viewport } from '../data-module/data-cache/requestTypes';
import type { ComparisonOperator, DataStreamId, StatusIconType, TimeSeriesData } from '../data-module/types';
export type ErrorDetails = {
export type ErrorDetails<T = undefined> = T extends undefined ? {
msg: string;
type?: string;
status?: string;
} : {
msg: string;
type?: string;
status?: string;
meta: T;
};

@@ -69,2 +74,7 @@ export interface ProviderObserver<DataType> {

}
export type ThresholdStyleType = {
visible?: boolean;
fill?: string;
};
export type StyledThreshold = Threshold & ThresholdStyleType;
export type ThresholdSettings = {

@@ -71,0 +81,0 @@ colorBreachedData?: boolean;

@@ -12,2 +12,3 @@ export * from './data-module/data-cache/requestTypes';

export { viewportEndDate, viewportStartDate } from './common/viewport';
export * from './edge/types';
export { TimeSeriesDataModule } from './data-module/TimeSeriesDataModule';

@@ -14,0 +15,0 @@ export { DATA_TYPE, STREAM_TYPE, COMPARISON_OPERATOR, STATUS_ICON_TYPE, } from './common/constants';

@@ -42,2 +42,4 @@ "use strict";

Object.defineProperty(exports, "viewportStartDate", { enumerable: true, get: function () { return viewport_1.viewportStartDate; } });
// Edge utilities
__exportStar(require("./edge/types"), exports);
// Exposed but for internal usage only. Liable to change.

@@ -44,0 +46,0 @@ var TimeSeriesDataModule_1 = require("./data-module/TimeSeriesDataModule");

import type { TimeSeriesDataRequest, Viewport } from '../data-module/data-cache/requestTypes';
import type { ComparisonOperator, DataStreamId, StatusIconType, TimeSeriesData } from '../data-module/types';
export type ErrorDetails = {
export type ErrorDetails<T = undefined> = T extends undefined ? {
msg: string;
type?: string;
status?: string;
} : {
msg: string;
type?: string;
status?: string;
meta: T;
};

@@ -69,2 +74,7 @@ export interface ProviderObserver<DataType> {

}
export type ThresholdStyleType = {
visible?: boolean;
fill?: string;
};
export type StyledThreshold = Threshold & ThresholdStyleType;
export type ThresholdSettings = {

@@ -71,0 +81,0 @@ colorBreachedData?: boolean;

@@ -12,2 +12,3 @@ export * from './data-module/data-cache/requestTypes';

export { viewportEndDate, viewportStartDate } from './common/viewport';
export * from './edge/types';
export { TimeSeriesDataModule } from './data-module/TimeSeriesDataModule';

@@ -14,0 +15,0 @@ export { DATA_TYPE, STREAM_TYPE, COMPARISON_OPERATOR, STATUS_ICON_TYPE, } from './common/constants';

@@ -14,2 +14,4 @@ export * from './data-module/data-cache/requestTypes';

export { viewportEndDate, viewportStartDate } from './common/viewport';
// Edge utilities
export * from './edge/types';
// Exposed but for internal usage only. Liable to change.

@@ -16,0 +18,0 @@ export { TimeSeriesDataModule } from './data-module/TimeSeriesDataModule';

12

package.json

@@ -7,3 +7,3 @@ {

},
"version": "9.15.0",
"version": "10.0.0",
"description": "IoT Application Kit core",

@@ -54,3 +54,2 @@ "main": "./dist/cjs/index.js",

"dependencies": {
"@aws-sdk/client-iotsitewise": "3.456.0",
"d3-array": "^3.2.4",

@@ -64,8 +63,8 @@ "intervals-fn": "^3.0.3",

"devDependencies": {
"@iot-app-kit/jest-config": "9.15.0",
"@iot-app-kit/ts-config": "9.15.0",
"@iot-app-kit/jest-config": "10.0.0",
"@iot-app-kit/ts-config": "10.0.0",
"@types/d3-array": "^3.0.5",
"@types/jest": "^29.4.0",
"@types/uuid": "^9.0.2",
"eslint-config-iot-app-kit": "9.15.0",
"eslint-config-iot-app-kit": "10.0.0",
"flush-promises": "^1.0.2",

@@ -78,2 +77,5 @@ "jest": "^29.5.0",

},
"peerDependencies": {
"@aws-sdk/client-iotsitewise": "^3.456.0"
},
"bugs": {

@@ -80,0 +82,0 @@ "url": "https://github.com/awslabs/iot-app-kit/issues"

Sorry, the diff of this file is too big to display

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc