Socket
Socket
Sign inDemoInstall

node-red-contrib-jacdac

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-jacdac - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

2

dist/nodes/jacdac-command/jacdac-command.js

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

for (const dev of bus_1.bus
.devices({ ignoreSelf: true, announced: true })
.devices({ ignoreInfrastructure: true, announced: true })
.filter(filterDevice)) {

@@ -17,0 +17,0 @@ for (const srv of dev

@@ -11,3 +11,4 @@ "use strict";

node.log(`connection: ${exports.bus.connected ? "connected" : "disconnected"}`);
node.status(exports.bus.connected ? { fill: "green", shape: "dot", text: "connected" }
node.status(exports.bus.connected
? { fill: "green", shape: "dot", text: "connected" }
: { fill: "red", shape: "ring" });

@@ -22,3 +23,3 @@ };

const registerAllDevices = () => {
for (const dev of exports.bus.devices({ ignoreSelf: true }))
for (const dev of exports.bus.devices({ ignoreInfrastructure: true }))
registerDevice(dev);

@@ -25,0 +26,0 @@ };

{
"name": "node-red-contrib-jacdac",
"version": "1.1.1",
"version": "1.2.0",
"description": "Microsoft Jacdac for node-red",

@@ -34,3 +34,3 @@ "keywords": [

"dependencies": {
"jacdac-ts": "^1.16.32",
"jacdac-ts": "^1.18.0",
"webusb": "^2.2.0"

@@ -40,14 +40,14 @@ },

"@rollup/plugin-typescript": "^8.2.5",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.1",
"@semantic-release/exec": "^6.0.1",
"@semantic-release/git": "^10.0.0",
"@types/express": "^4.17.13",
"@types/jest": "^27.0.1",
"@types/node": "^16.9.1",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.1",
"@types/node-red": "^1.1.1",
"@types/node-red-node-test-helper": "^0.2.2",
"@types/sinon": "^10.0.2",
"@types/sinon": "^10.0.4",
"@types/supertest": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"colorette": "^1.4.0",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"colorette": "^2.0.12",
"concurrently": "^6.2.1",

@@ -57,5 +57,5 @@ "copyfiles": "^2.4.1",

"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.0",
"glob": "^7.1.7",
"jest": "^27.2.0",
"eslint-plugin-jest": "^24.4.2",
"glob": "^7.2.0",
"jest": "^27.2.2",
"mustache": "^4.2.0",

@@ -65,5 +65,5 @@ "node-red": "^2.0.6",

"onchange": "^7.1.0",
"prettier": "^2.4.0",
"rollup": "^2.56.3",
"semantic-release": "^17.4.7",
"prettier": "^2.4.1",
"rollup": "^2.57.0",
"semantic-release": "^18.0.0",
"ts-jest": "^27.0.5",

@@ -70,0 +70,0 @@ "typescript": "^4.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

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