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.5.0-SNAPSHOT.5

8

index.d.ts

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

*/
addAction(name: string, action: ActionFragment): ExposedThing;
addAction(name: string, action?: ActionFragment): ExposedThing;

@@ -327,3 +327,3 @@ /**

export type Security = BasicSecurityScheme | DigestSecurityScheme | BearerSecurityScheme | PopSecurityScheme | ApikeySecurityScheme | OAuth2SecurityScheme;
export type Security = BasicSecurityScheme | DigestSecurityScheme | BearerSecurityScheme | PopSecurityScheme | ApikeySecurityScheme | OAuth2SecurityScheme | PskScheme;

@@ -378,1 +378,5 @@ export interface SecurityScheme {

}
export interface PskScheme extends SecurityScheme {
scheme: "psk";
}
{
"name": "wot-typescript-definitions",
"version": "0.5.0-SNAPSHOT.4",
"version": "0.5.0-SNAPSHOT.5",
"description": "TypeScript definitions for the W3C WoT Scripting API",

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