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

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.2.0 to 1.2.1

2

dist/nodes/shared/bus.js

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

const transport = (0, jacdac_ts_1.createUSBTransport)(opts);
exports.bus = new jacdac_ts_1.JDBus([transport]);
exports.bus = new jacdac_ts_1.JDBus([transport], { client: true });
function connectStatus(node) {

@@ -10,0 +10,0 @@ const updateStatus = () => {

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

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

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

@@ -44,3 +44,3 @@ },

"@types/jest": "^27.0.2",
"@types/node": "^16.10.1",
"@types/node": "^16.10.9",
"@types/node-red": "^1.1.1",

@@ -50,12 +50,12 @@ "@types/node-red-node-test-helper": "^0.2.2",

"@types/supertest": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"colorette": "^2.0.12",
"concurrently": "^6.2.1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"colorette": "^2.0.16",
"concurrently": "^6.3.0",
"copyfiles": "^2.4.1",
"eslint": "^7.32.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.2",
"eslint-plugin-jest": "^25.0.6",
"glob": "^7.2.0",
"jest": "^27.2.2",
"jest": "^27.2.5",
"mustache": "^4.2.0",

@@ -66,6 +66,6 @@ "node-red": "^2.0.6",

"prettier": "^2.4.1",
"rollup": "^2.57.0",
"rollup": "^2.58.0",
"semantic-release": "^18.0.0",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
"typescript": "^4.4.4"
},

@@ -72,0 +72,0 @@ "jest": {

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