Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

minigun

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minigun - npm Package Compare versions

Comparing version 1.2.12 to 1.2.13

test/scripts/environments.json

5

lib/commands/run.js

@@ -67,2 +67,7 @@ 'use strict';

if (!script.config.target && !options.environment) {
const msg4 = 'No target specified and no environment chosen';
return callback(new Error(msg4), null);
}
let validation = core.validate(script);

@@ -69,0 +74,0 @@ if (!validation.valid) {

2

package.json
{
"name": "minigun",
"version": "1.2.12",
"version": "1.2.13",
"description": "Load-testing for HTTP and WebSocket-based applications",

@@ -5,0 +5,0 @@ "main": "./bin/minigun",

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