New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ag-node-qmp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ag-node-qmp - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

1

lib/cjs/client.js

@@ -79,3 +79,2 @@ "use strict";

if (QMP_EVENT_KEY in msg) {
console.log(`MSG ${JSON.stringify(msg)}`);
Object.entries(msg).map(([k, v]) => {

@@ -82,0 +81,0 @@ if (k === 'event') {

2

lib/cjs/types/client.d.ts

@@ -12,3 +12,3 @@ /// <reference types="node" />

constructor();
connect(addr: string): void;
connect(addr: string | number): void;
onData(data: string): void;

@@ -15,0 +15,0 @@ onClose(): void;

@@ -53,3 +53,2 @@ import * as net from 'net';

if (QMP_EVENT_KEY in msg) {
console.log(`MSG ${JSON.stringify(msg)}`);
Object.entries(msg).map(([k, v]) => {

@@ -56,0 +55,0 @@ if (k === 'event') {

@@ -12,3 +12,3 @@ /// <reference types="node" />

constructor();
connect(addr: string): void;
connect(addr: string | number): void;
onData(data: string): void;

@@ -15,0 +15,0 @@ onClose(): void;

{
"name": "ag-node-qmp",
"version": "0.0.7",
"version": "0.0.8",
"files": [

@@ -5,0 +5,0 @@ "lib/**/*"

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