🚀 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.8.0-SNAPSHOT.18

2

index.d.ts

@@ -83,3 +83,3 @@ type DeepPartial<T> = T extends object ? {

*/
export type ThingDescription = import("./thing-description").ThingDescription;
export type ThingDescription = import("wot-thing-description-types").ThingDescription;
export type ExposedThingInit = DeepPartial<ThingDescription>;

@@ -86,0 +86,0 @@

{
"name": "wot-typescript-definitions",
"version": "0.8.0-SNAPSHOT.17",
"version": "0.8.0-SNAPSHOT.18",
"description": "TypeScript definitions for the W3C WoT Scripting API",
"author": "W3C Web of Things Working Group",
"license": "W3C-20150513",
"repository": "https://github.com/w3c/wot-scripting-api/tree/master/typescript",
"repository": {
"type": "git",
"url": "git+https://github.com/w3c/wot-scripting-api.git#master"
},
"keywords": [

@@ -22,3 +25,4 @@ "Web",

"types": "index.d.ts",
"dependencies": {},
"dependencies": {
},
"scripts": {

@@ -29,3 +33,8 @@ "build": "json2ts schema/td-json-schema-validation.json | sed -e 's/WoTTDSchema02June2021/ThingDescription/' > thing-description.d.ts"

"json-schema-to-typescript": "^10.1.4"
}
},
"bugs": {
"url": "https://github.com/w3c/wot-scripting-api/issues"
},
"homepage": "https://github.com/w3c/wot-scripting-api/tree/master#readme",
"main": "index.js"
}