Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@node-wot/core

Package Overview
Dependencies
Maintainers
4
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-wot/core - npm Package Compare versions

Comparing version 0.6.2-SNAPSHOT.1 to 0.6.2

2

dist/consumed-thing.js

@@ -84,3 +84,3 @@ "use strict";

var ws = this.securityDefinitions[s + ""];
if (ws && ws.scheme !== "nosec") {
if (ws) {
scs.push(ws);

@@ -87,0 +87,0 @@ }

@@ -183,3 +183,3 @@ "use strict";

}
console.log("Servient exposing '" + thing.name + "'");
console.log("Servient exposing '" + thing.title + "'");
thing.forms = [];

@@ -203,3 +203,3 @@ for (var name_1 in thing.properties) {

if (thing.id === undefined) {
console.warn("Servient generating ID for '" + thing.name + "'");
console.warn("Servient generating ID for '" + thing.title + "'");
thing.id = "urn:uuid:" + require("uuid").v4();

@@ -206,0 +206,0 @@ }

@@ -67,3 +67,3 @@ "use strict";

var arrayEntry = arrayContext_1[_i];
if (arrayEntry instanceof Object) {
if (typeof arrayEntry == "object") {
if (arrayEntry["@language"] !== undefined) {

@@ -70,0 +70,0 @@ languageSet = true;

{
"name": "@node-wot/core",
"version": "0.6.2-SNAPSHOT.1",
"version": "0.6.2",
"description": "W3C Web of Things (WoT) Servient framework",

@@ -27,4 +27,4 @@ "author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)",

"dependencies": {
"wot-typescript-definitions": "0.6.2-SNAPSHOT.2",
"@node-wot/td-tools": "0.6.2-SNAPSHOT.1",
"wot-typescript-definitions": "0.6.2",
"@node-wot/td-tools": "0.6.2",
"uuid": "3.3.2",

@@ -31,0 +31,0 @@ "rxjs": "5.4.3",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc