Socket
Socket
Sign inDemoInstall

@im-js/iot

Package Overview
Dependencies
198
Maintainers
7
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.13.2 to 2.14.1

typings/iot-device.d.ts

2

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

@@ -1,2 +0,2 @@

import { IotPlatform } from '../interfaces/iot-platform';
import { IotPlatform } from '../typings/iot-platform';
import { BackendIotPlatformServiceInterface, BackendIotServiceInterface } from './backend-iot';

@@ -3,0 +3,0 @@ /**

@@ -1,2 +0,2 @@

import { IotPlatform } from '../interfaces/iot-platform';
import { IotPlatform } from '../typings/iot-platform';
import { BackendIotPlatformServiceInterface, BackendIotServiceInterface } from './backend-iot';

@@ -3,0 +3,0 @@ /**

import { TimedValueArray } from '@im-js/values';
import { $$clients, BackendWsClientInterface, WsClientMap } from '@im-js/ws/back';
import { PickConsoleLike } from '@js-dot/core';
import { IotPlatform } from '../interfaces/platform';
import { IotPlatform } from '../typings/iot-platform';
import { BackendIotPlatformWsServiceInterface } from './backend-iot';

@@ -6,0 +6,0 @@ /**

import { RelyToken } from '@js-dot/frame';
import { IotPlatform } from '../interfaces/iot-platform';
import { IotPlatform } from '../typings/iot-platform';
/**

@@ -4,0 +4,0 @@ * 사물인터넷 서비스 인터페이스

@@ -1,3 +0,3 @@

import { IotPlatform, ValuesType } from '../interfaces/iot-platform';
import { ResourceAddressLike } from '../interfaces/resource-address';
import { IotPlatform, ValuesType } from '../typings/iot-platform';
import { ResourceAddressLike } from '../typings/resource-address';
/**

@@ -4,0 +4,0 @@ * 자원 고유 주소

@@ -1,2 +0,2 @@

import { RecordDefineResource } from '../interfaces/record-define-resource';
import { RecordDefineResource } from '../typings/record-define-resource';
export interface PathMaker<T> {

@@ -3,0 +3,0 @@ (resource: T): object;

@@ -1,2 +0,2 @@

import { ResourceAddressLike } from '../interfaces/resource-address';
import { ResourceAddressLike } from '../typings/resource-address';
/**

@@ -3,0 +3,0 @@ * 고유 주소 -유사- 객체를 표현식으로 변환

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

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

@@ -1,5 +0,2 @@

export * from './interfaces/iot-platform';
export * from './interfaces/iot-messages';
export * from './interfaces/resource-address';
export * from './interfaces/record-define-resource';
export * from './typings/public-api-index';
export * from './classes/resource-address';

@@ -6,0 +3,0 @@ export * from './classes/resource-path-matcher';

@@ -11,4 +11,6 @@ # @im-js/iot

아이엠알 사물인터넷 기반
## 기여
* ksm@imrbiz.co.kr

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