Socket
Socket
Sign inDemoInstall

@homebridge/dbus-native

Package Overview
Dependencies
18
Maintainers
8
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

2

lib/dbus-buffer.js

@@ -1,2 +0,2 @@

const Long = require('long');
const Long = require('@homebridge/long');
const parseSignature = require('./signature');

@@ -3,0 +3,0 @@

const Buffer = require('safe-buffer').Buffer;
const align = require('./align').align;
const parseSignature = require('../lib/signature');
const Long = require('long');
const Long = require('@homebridge/long');
/**

@@ -66,4 +66,3 @@ * MakeSimpleMarshaller

const buff = Buffer.from(data, 'utf8');
ps
.word32le(buff.length)
ps.word32le(buff.length)
.put(buff)

@@ -84,4 +83,3 @@ .word8(0);

const buff = Buffer.from(data, 'ascii');
ps
.word8(data.length)
ps.word8(data.length)
.put(buff)

@@ -88,0 +86,0 @@ .word8(0);

{
"name": "@homebridge/dbus-native",
"author": "Andrey Sidorov <sidorares@yandex.com>",
"version": "0.4.0",
"version": "0.4.1",
"keywords": [

@@ -43,3 +43,3 @@ "dbus",

"hexy": "^0.2.10",
"long": "^4.0.0",
"@homebridge/long": "^5.2.1",
"optimist": "^0.6.1",

@@ -50,3 +50,3 @@ "put": "0.0.6",

},
"uncomment": {
"comment": {
"optionalDependencies": {

@@ -53,0 +53,0 @@ "abstract-socket": "^2.0.0"

@@ -9,2 +9,9 @@ node-dbus

Fork Status
------------
This fork is maintained with the following two changes:
* Removed the optional `abstract-socket` dependency for faster installs
* Moved to our `long.js` fork to work around a crash on `ARMv6` platforms running node 16.1+
Installation

@@ -11,0 +18,0 @@ ------------

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc