Socket
Socket
Sign inDemoInstall

@node-wot/binding-file

Package Overview
Dependencies
22
Maintainers
4
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.7 to 0.8.8

5

dist/file-client.js

@@ -71,4 +71,5 @@ "use strict";

subscribeResource(form, next, error, complete) {
error(new Error(`FileClient does not implement subscribe`));
return null;
return new Promise((resolve, reject) => {
reject(new Error(`FileClient does not implement subscribe`));
});
}

@@ -75,0 +76,0 @@ start() {

6

package.json
{
"name": "@node-wot/binding-file",
"version": "0.8.7",
"version": "0.8.8",
"description": "File client protocol binding for node-wot",

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

"devDependencies": {
"@node-wot/td-tools": "0.8.7",
"@node-wot/td-tools": "0.8.8",
"@types/node": "16.18.35",

@@ -35,3 +35,3 @@ "@typescript-eslint/eslint-plugin": "^4.30.0",

"dependencies": {
"@node-wot/core": "0.8.7"
"@node-wot/core": "0.8.8"
},

@@ -38,0 +38,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc