Socket
Socket
Sign inDemoInstall

mkmsg

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mkmsg - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

8

message.js

@@ -19,5 +19,3 @@ var through = require('through3')

if(Node.is(chunk, Node.DOCUMENT)) {
this.open++;
}else if(Node.is(chunk, Node.EOF)) {
if(Node.is(chunk, Node.EOF)) {
this.open--;

@@ -44,2 +42,6 @@ }

if(Node.is(chunk, Node.DOCUMENT)) {
this.open++;
}
cb();

@@ -46,0 +48,0 @@ }

{
"name": "mkmsg",
"version": "1.1.3",
"version": "1.1.4",
"description": "Message injection",

@@ -5,0 +5,0 @@ "author": "muji",

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