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

alveare

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alveare - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

lib/hive.js
const readline = require('readline')
const colors = require('colors')
const colors = require('colors') // eslint-disable-line no-unused-vars
const moment = require('moment')

@@ -146,3 +146,3 @@ const {welcomeText} = require('../other/text')

process.exit(0)
break
break // eslint-disable-line no-unreachable
}

@@ -149,0 +149,0 @@ } else {

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

const colors = require('colors')
const colors = require('colors') // eslint-disable-line no-unused-vars
const moment = require('moment')

@@ -3,0 +3,0 @@ const {logo, welcomeText} = require('../other/text')

{
"name": "alveare",
"version": "1.1.1",
"version": "1.1.2",
"description": "multi-client multi-threaded reverse shell handler written in node",

@@ -33,6 +33,6 @@ "main": "index.js",

"dependencies": {
"args": "^3.0.8",
"colors": "^1.1.2",
"moment": "^2.20.1",
"netcat": "^1.3.3"
"args": "^5.0.0",
"colors": "^1.3.2",
"moment": "^2.22.2",
"netcat": "^1.3.5"
},

@@ -39,0 +39,0 @@ "engines": {

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