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

@im-js/iot

Package Overview
Dependencies
Maintainers
7
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@im-js/iot - npm Package Compare versions

Comparing version 2.12.0 to 2.12.1

10

back/backend-iot-ws-service-base.d.ts

@@ -36,2 +36,7 @@ import { BackendIotPlatformWsServiceInterface } from './backend-iot';

/**
* `:platform/unsubscribe` 발송 구현 함수
* @param dataset
*/
protected abstract _implementSendUnsubscribe(dataset: Record<string, any>): void;
/**
* SEND :platform/active

@@ -53,2 +58,7 @@ * @param deviceId_or_dataset

subscribed(dataset: Record<string, [number | string, any]>): void;
/**
* SEND :platform/unsubscribe
* @param dataset 값 갱신 시간과 값
*/
unsubscribe(dataset: Record<string, [number | string, any]>): void;
}

2

package.json
{
"name": "@im-js/iot",
"version": "2.12.0",
"version": "2.12.1",
"description": "I'M Releasing development-base for IOT on IMR standards.",

@@ -5,0 +5,0 @@ "peerDependencies": {

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