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

ember-cli-deploy-webhooks

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

ember-cli-deploy-webhooks - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 0.4.1
* Fixed a bug that caused the deployment to not fail although a webhook marked
as critical did not actually succeed, see #20.
# 0.4.0

@@ -2,0 +7,0 @@

4

lib/notify.js

@@ -48,2 +48,6 @@ var Promise = require('ember-cli/lib/ext/promise');

if (critical && !(300 > response.statusCode && response.statusCode >= 200)) {
return Promise.reject(response.statusCode);
}
plugin.log(serviceKey + ' => ' + body);

@@ -50,0 +54,0 @@ }.bind(this))

2

package.json
{
"name": "ember-cli-deploy-webhooks",
"version": "0.4.0",
"version": "0.4.1",
"description": "Ember CLI Deploy plugin for calling webhooks during deployments",

@@ -5,0 +5,0 @@ "directories": {

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