Socket
Socket
Sign inDemoInstall

@iot-app-kit/core

Package Overview
Dependencies
148
Maintainers
8
Versions
94
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.2.1-beta.0 to 6.3.0

4

dist/cjs/data-module/data-cache/dataReducer.js

@@ -47,3 +47,3 @@ "use strict";

isLoading,
isRefreshing: false,
isRefreshing: !!(streamStore === null || streamStore === void 0 ? void 0 : streamStore.isRefreshing),
};

@@ -116,3 +116,3 @@ const newResolutions = numericResolution != 0 && aggregationType

isLoading: false,
isRefreshing: false,
isRefreshing: !!restOfDataStream.isRefreshing,
error: undefined,

@@ -119,0 +119,0 @@ };

@@ -44,3 +44,3 @@ import { ERROR, REQUEST, SUCCESS } from './dataActions';

isLoading,
isRefreshing: false,
isRefreshing: !!(streamStore === null || streamStore === void 0 ? void 0 : streamStore.isRefreshing),
};

@@ -113,3 +113,3 @@ const newResolutions = numericResolution != 0 && aggregationType

isLoading: false,
isRefreshing: false,
isRefreshing: !!restOfDataStream.isRefreshing,
error: undefined,

@@ -116,0 +116,0 @@ };

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

},
"version": "6.2.1-beta.0",
"version": "6.3.0",
"description": "IoT Application Kit core",

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

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

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

"devDependencies": {
"@iot-app-kit/jest-config": "6.2.1-beta.0",
"@iot-app-kit/ts-config": "6.2.1-beta.0",
"@iot-app-kit/jest-config": "6.3.0",
"@iot-app-kit/ts-config": "6.3.0",
"@types/d3-array": "^3.0.5",
"@types/jest": "^29.4.0",
"@types/uuid": "^9.0.2",
"eslint-config-iot-app-kit": "6.2.1-beta.0",
"eslint-config-iot-app-kit": "6.3.0",
"flush-promises": "^1.0.2",

@@ -72,0 +72,0 @@ "jest": "^29.5.0",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc