🚀 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
100
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.6.0-SNAPSHOT.9

6

index.d.ts

@@ -317,9 +317,9 @@ import { Observable } from 'rxjs/Observable';

// For now decorator in node-wot
export declare type PropertyReadHandler = (internal?: any) => Promise<any>;
export declare type PropertyReadHandler = (internal?: any, options?: any) => Promise<any>;
// TODO: Decide if decorator (return any) or replacement (return void) for set()
// For now decorator in node-wot
export declare type PropertyWriteHandler = (value: any) => Promise<any>;
export declare type PropertyWriteHandler = (value: any, options?: any) => Promise<any>;
export declare type ActionHandler = (parameters: any) => Promise<any>;
export declare type ActionHandler = (parameters: any, options?: any) => Promise<any>;

@@ -326,0 +326,0 @@ export interface Link {

{
"name": "wot-typescript-definitions",
"version": "0.6.0-SNAPSHOT.8",
"version": "0.6.0-SNAPSHOT.9",
"description": "TypeScript definitions for the W3C WoT Scripting API",

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