You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a 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.4.0-SNAPSHOT.14

6

index.d.ts

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

*/
constraints: [Map<any, any>]; // Dictionary
constraints: Array<Map<any, any>>; // Dictionary
}

@@ -95,4 +95,4 @@

export interface SemanticAnnotations {
semanticType?: [SemanticType];
metadata?: [SemanticMetadata];
semanticType?: Array<SemanticType>;
metadata?: Array<SemanticMetadata>;
}

@@ -99,0 +99,0 @@

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

@@ -5,0 +5,0 @@ "author": "the thingweb community",