🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

wot-typescript-definitions

Package Overview
Dependencies
Maintainers
4
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wot-typescript-definitions - npm Package Compare versions

Comparing version

to
0.7.0-NEXT-SNAPSHOT.14

2

index.d.ts

@@ -89,3 +89,3 @@ export as namespace WoT;

readProperty(propertyName: string, options?: InteractionOptions): Promise<any>;
readAllProperties(options?: InteractionOptions): Promise<object>;
readAllProperties(options?: InteractionOptions): Promise<PropertyValueMap>;
readMultipleProperties(propertyNames: string[], options?: InteractionOptions): Promise<PropertyValueMap>;

@@ -92,0 +92,0 @@ writeProperty(propertyName: string, value: any, options?: InteractionOptions): Promise<void>;

{
"name": "wot-typescript-definitions",
"version": "0.7.0-NEXT-SNAPSHOT.13",
"version": "0.7.0-NEXT-SNAPSHOT.14",
"description": "TypeScript definitions for the W3C WoT Scripting API",

@@ -5,0 +5,0 @@ "author": "W3C Web of Things Working Group",