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

artillery-plugin-expect

Package Overview
Dependencies
Maintainers
2
Versions
367
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

artillery-plugin-expect - npm Package Compare versions

Comparing version 2.0.0-2 to 2.0.0-3

4

index.js

@@ -23,3 +23,3 @@ /* This Source Code Form is subject to the terms of the Mozilla Public

if (typeof process.env.WORKER_ID === 'undefined') {
if (typeof process.env.LOCAL_WORKER_ID === 'undefined') {
debug('Not running in a worker, exiting');

@@ -125,2 +125,4 @@ return;

events.emit('plugin:expect:expectations', requestExpectations);
const formatterName = userContext.expectationsPlugin.formatter;

@@ -127,0 +129,0 @@ FORMATTERS[formatterName].call(

{
"name": "artillery-plugin-expect",
"version": "2.0.0-2",
"version": "2.0.0-3",
"description": "Expectations and assertions for HTTP",

@@ -22,3 +22,3 @@ "main": "index.js",

"@commitlint/config-conventional": "^13.1.0",
"artillery": "^2.0.0-dev10",
"artillery": "^2.0.0-2",
"ava": "^3.15.0",

@@ -25,0 +25,0 @@ "husky": "^7.0.2",

@@ -202,6 +202,5 @@ 'use strict';

const output = result.stdout;
console.log(output);
t.true(output.indexOf('plugins.expect') > -1);
t.true(output.indexOf('expect.ok') > -1);
t.true(result.code === 0);
});
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