Socket
Socket
Sign inDemoInstall

serverless-test-plugin

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-test-plugin - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

index.js

@@ -262,3 +262,3 @@ 'use strict';

.then(function() {
process.exit(); // FIXME force exit
process.exit(failed > 0 ? 1 : 0); // FIXME force exit
})

@@ -265,0 +265,0 @@ .catch(function(err) {

{
"name": "serverless-test-plugin",
"version": "0.2.1",
"version": "0.2.2",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=4.0"

@@ -98,2 +98,6 @@ #Serverless Test Plugin

### 0.2.2
* Exit with error code 1 in case one or more tests fail. This should help integrating the
plugin in your automation/CI/CD workflows.
### 0.2.1

@@ -100,0 +104,0 @@ * Fixed an issue with the plugin not reporting error responses correctly.

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