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

larvitamintercom

Package Overview
Dependencies
Maintainers
2
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

larvitamintercom - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

8

index.js

@@ -217,2 +217,6 @@ 'use strict';

returnObj.cancel = function cancel(cb) {
if (typeof cb !== 'function') {
cb = function() {};
}
if (returnObj.data === undefined || returnObj.data['consumer-tag'] === undefined) {

@@ -586,2 +590,6 @@ const err = new Error('No consumer tag is defined, consume have probably not been started yet.');

returnObj.cancel = function cancel(cb) {
if (typeof cb !== 'function') {
cb = function() {};
}
if (returnObj.data === undefined || returnObj.data['consumer-tag'] === undefined) {

@@ -588,0 +596,0 @@ const err = new Error('No consumer tag is defined, consume have probably not been started yet.');

2

package.json
{
"name": "larvitamintercom",
"version": "0.1.6",
"version": "0.1.7",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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