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.7.4 to 0.7.5

18

dist/consumed-thing.js

@@ -15,2 +15,13 @@ "use strict";

})();
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -439,7 +450,4 @@ var TD = require("@node-wot/td-tools");

if (updatedHref != form.href) {
var updForm = new TD.Form(updatedHref, form.contentType);
updForm.op = form.op;
updForm.security = form.security;
updForm.scopes = form.scopes;
updForm.response = form.response;
var updForm = __assign({}, form);
updForm.href = updatedHref;
form = updForm;

@@ -446,0 +454,0 @@ console.debug("[core/consumed-thing]", "ConsumedThing '" + this.title + "' update form URI to " + form.href);

@@ -181,5 +181,5 @@ "use strict";

if (ps_1.value !== customValue) {
ps_1.value = customValue;
ps_1.subject.next(customValue);
}
ps_1.value = customValue;
resolve();

@@ -195,5 +195,5 @@ })

if (ps_1.value !== promiseOrValueOrNil) {
ps_1.value = promiseOrValueOrNil;
ps_1.subject.next(promiseOrValueOrNil);
}
ps_1.value = promiseOrValueOrNil;
resolve();

@@ -205,5 +205,5 @@ }

if (ps_1.value !== value) {
ps_1.value = value;
ps_1.subject.next(value);
}
ps_1.value = value;
resolve();

@@ -215,5 +215,5 @@ }

if (ps_1.value !== value) {
ps_1.value = value;
ps_1.subject.next(value);
}
ps_1.value = value;
resolve();

@@ -220,0 +220,0 @@ }

{
"name": "@node-wot/core",
"version": "0.7.4",
"version": "0.7.5",
"description": "W3C Web of Things (WoT) Servient framework",

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

"wot-typescript-definitions": "0.7.3",
"@node-wot/td-tools": "0.7.4",
"@node-wot/td-tools": "0.7.5",
"uuid": "3.4.0",

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

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