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

@im-js/iot

Package Overview
Dependencies
Maintainers
1
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 1.2.1 to 1.3.0

json-logic/get-json-logic-vars.d.ts

1

classes/resource-path-matcher.d.ts

@@ -7,2 +7,3 @@ /**

* - Glob 표현이 사용되지 않은 경우 단순 문자열 일치 검사
* - `this`는 `*`로 치환
* @example

@@ -9,0 +10,0 @@ * ```

20

package.json
{
"name": "@im-js/iot",
"version": "1.2.1",
"version": "1.3.0",
"description": "Present by IMR",

@@ -20,15 +20,15 @@ "type": "module",

"./package.json": {
"default": "package.json"
"default": "./package.json"
},
".": {
"fesm2015": "iot.mjs",
"fesm2020": "iot.mjs",
"esm2020": "iot.mjs",
"es2020": "iot.mjs",
"require": "iot.cjs",
"import": "iot.mjs",
"node": "iot.mjs",
"default": "iot.mjs"
"fesm2015": "./iot.mjs",
"fesm2020": "./iot.mjs",
"esm2020": "./iot.mjs",
"es2020": "./iot.mjs",
"require": "./iot.cjs",
"import": "./iot.mjs",
"node": "./iot.mjs",
"default": "./iot.mjs"
}
}
}

@@ -7,1 +7,2 @@ export * from './interfaces/platform';

export * from './functions/to-resource-address';
export * from './json-logic/get-json-logic-vars';

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