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

30

index.d.ts

@@ -305,3 +305,3 @@ import { Observable } from 'rxjs/Observable';

op?: USVString | Array<USVString>;
contenttype?: USVString; // media type + parameter(s), e.g., text/plain;charset=utf8
contentType?: USVString; // media type + parameter(s), e.g., text/plain;charset=utf8
security?: Security;

@@ -370,4 +370,4 @@ }

scheme: "basic";
in: string;
pname?: string;
in?: string;
name?: string;
}

@@ -377,5 +377,5 @@

scheme: "digest";
in: string;
qop: string;
pname?: string;
qop?: string;
in?: string;
name?: string;
}

@@ -385,6 +385,6 @@

scheme: "bearer";
alg: string;
format: string;
in: string;
pname?: string;
alg?: string;
format?: string;
in?: string;
name?: string;
}

@@ -394,6 +394,6 @@

scheme: "pop";
alg: string;
format: string;
in: string;
pname?: string;
alg?: string;
format?: string;
in?: string;
name?: string;
}

@@ -404,3 +404,3 @@

in: string;
pname?: string;
name?: string;
}

@@ -407,0 +407,0 @@

{
"name": "wot-typescript-definitions",
"version": "0.6.0-SNAPSHOT.0",
"version": "0.6.0-SNAPSHOT.2",
"description": "TypeScript definitions for the W3C WoT Scripting API",
"author": "the thingweb community",
"author": "W3C Web of Things Working Group",
"license": "W3C-20150513",
"repository": "https://github.com/thingweb/wot-typescript-definitions.git",
"repository": "https://github.com/w3c/wot-scripting-api/tree/master/typescript",
"keywords": [

@@ -9,0 +9,0 @@ "Web",

# wot-typescript-definitions
A typescript definition file for the WoT scripting API as used in thingweb
A typescript definition file for the WoT scripting API as used in thingweb node-wot.
## WARNING
The current definitions and work are still done on https://github.com/thingweb/wot-typescript-definitions and will be moved to this repository in the near future.
## Notes on usage

@@ -5,0 +10,0 @@