@frida/dbus
Advanced tools
Comparing version 1.0.3 to 1.0.4
46
index.js
import MessageBus from './lib/bus.js'; | ||
import createConnection from './lib/connection.js'; | ||
import { | ||
NameFlag, | ||
RequestNameReply, | ||
ReleaseNameReply, | ||
MessageType, | ||
MessageFlag | ||
} from './lib/constants.js'; | ||
import { DBusError } from './lib/errors.js'; | ||
import * as iface from './lib/service/interface.js'; | ||
import { setBigIntCompat } from './lib/library-options.js'; | ||
import { Message } from './lib/message-type.js'; | ||
import * as validators from './lib/validators.js'; | ||
import { Variant } from './lib/variant.js'; | ||
@@ -79,3 +66,3 @@ import process from 'process'; | ||
*/ | ||
export { setBigIntCompat }; | ||
export { setBigIntCompat } from './lib/library-options.js'; | ||
@@ -87,25 +74,10 @@ export { | ||
MessageType, | ||
MessageFlag, | ||
iface as interface, | ||
Variant, | ||
Message, | ||
validators, | ||
DBusError, | ||
}; | ||
MessageFlag | ||
} from './lib/constants.js'; | ||
export default { | ||
systemBus, | ||
sessionBus, | ||
peerBus, | ||
setBigIntCompat, | ||
NameFlag, | ||
RequestNameReply, | ||
ReleaseNameReply, | ||
MessageType, | ||
MessageFlag, | ||
interface: iface, | ||
Variant, | ||
Message, | ||
validators, | ||
DBusError, | ||
}; | ||
export * as interface from './lib/service/interface.js'; | ||
export { Variant } from './lib/variant.js'; | ||
export { Message } from './lib/message-type.js'; | ||
export * as validators from './lib/validators.js'; | ||
export { DBusError } from './lib/errors.js'; |
{ | ||
"name": "@frida/dbus", | ||
"description": "DBus library for JavaScript environments", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"publishConfig": { | ||
@@ -6,0 +6,0 @@ "access": "public" |
@@ -20,3 +20,2 @@ declare module '@frida/dbus' { | ||
export namespace interface { | ||
@@ -115,2 +114,8 @@ export const ACCESS_READ = 'read'; | ||
export class ReleaseNameReply { | ||
static RELEASED: number; | ||
static NON_EXISTENT: number; | ||
static NOT_OWNER: number; | ||
} | ||
export class MessageBus extends EventEmitter { | ||
@@ -117,0 +122,0 @@ getProxyObject(name: string, path: string, xml?: string): Promise<ProxyObject>; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
166461
33
4044
3