🚀 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.2

10

index.d.ts

@@ -106,2 +106,3 @@ export as namespace WoT;

export interface InteractionOptions {
formIndex: number;
uriVariables: object;

@@ -114,3 +115,12 @@ }

export interface InteractionData {
data?: DataView;
mediaType?: string;
encoding?: string;
lang?: string;
dataSchema?: DataSchema;
}
export declare type DataSchema = { [key: string]: any; };
/**

@@ -117,0 +127,0 @@ * The ExposedThing interface is the server API to operate the Thing that allows defining request handlers, Property, Action, and Event interactions.

2

package.json
{
"name": "wot-typescript-definitions",
"version": "0.7.1",
"version": "0.7.2",
"description": "TypeScript definitions for the W3C WoT Scripting API",

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