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

ember-cli-deploy-airbrake

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.1.1 to 0.1.2

3

index.js
/* jshint node: true */
'use strict';
var Promise = require('ember-cli/lib/ext/promise');
var Promise = require('rsvp').Promise;
var DeployPluginBase = require('ember-cli-deploy-plugin');

@@ -59,2 +59,3 @@

);
return Promise.resolve(params);
}, function(error) {

@@ -61,0 +62,0 @@ return Promise.reject(error);

{
"name": "ember-cli-deploy-airbrake",
"version": "0.1.1",
"version": "0.1.2",
"description": "An ember-cli-deploy plugin to notify Airbrake about a new deployment.",

@@ -31,3 +31,4 @@ "directories": {

"airbrake": "^1.2.0",
"ember-cli-deploy-plugin": "^0.2.9"
"ember-cli-deploy-plugin": "^0.2.9",
"rsvp": "^3.5.0"
},

@@ -34,0 +35,0 @@ "ember-addon": {

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