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.3.2 to 1.4.0

classes/resource-path-operator.d.ts

5

classes/resource-path-matcher.d.ts

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

export declare class ResourcePathMatcher {
globPath: string;
tester: RegExp | {

@@ -37,5 +38,5 @@ test(value: string): boolean;

*
* @param globExp Glob 표현 문자열
* @param globPath Glob 표현 문자열
*/
constructor(globExp: string);
constructor(globPath: string);
/**

@@ -42,0 +43,0 @@ * 발생 자원 경로 기준, 실제 경로가 일치하는 지 확인

{
"name": "@im-js/iot",
"version": "1.3.2",
"version": "1.4.0",
"description": "Present by IMR",

@@ -9,3 +9,4 @@ "type": "module",

"peerDependencies": {
"@js-dot/api": "^22.x"
"@js-dot/api": "^22.174.3",
"@js-dot/core": "^22.202.0"
},

@@ -12,0 +13,0 @@ "main": "iot.cjs",

1

public-api.d.ts

@@ -5,4 +5,5 @@ export * from './interfaces/platform';

export * from './classes/resource-path-matcher';
export * from './classes/resource-path-operator';
export * from './functions/from-resource-address';
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