Socket
Socket
Sign inDemoInstall

sentry-node

Package Overview
Dependencies
52
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.1 to 2.3.2

.circleci/config.yml

3

index.js

@@ -1,2 +0,1 @@

var path = __dirname + '/' + (process.env.TEST_UNDERSTREAM_COV ? 'lib-js-cov' : 'lib-js') + '/sentry';
module.exports = require(path);
module.exports = require("./lib-js/sentry");
// Generated by CoffeeScript 1.6.3
var Sentry, events, nodeurl, os, parseDSN, quest, scrub, util, with_timeout, _, _handle_http_load_errors,
var Sentry, events, nodeurl, os, parseDSN, request, scrub, util, with_timeout, _, _handle_http_load_errors,
__slice = [].slice,

@@ -14,3 +14,3 @@ __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; },

quest = require('quest');
request = require('request');

@@ -161,3 +161,3 @@ util = require('util');

};
return quest(options, function(err, res, body) {
return request(options, function(err, res, body) {
var _ref;

@@ -164,0 +164,0 @@ _this.emit("done");

{
"name": "sentry-node",
"version": "2.2.1",
"version": "2.3.2",
"description": "simple Node wrapper around Sentry API",

@@ -14,3 +14,2 @@ "engines": {

"test": "make -Br test",
"test-cov": "make -Br test-cov",
"prepublish": "make build"

@@ -31,14 +30,14 @@ },

"dependencies": {
"debug": "~0.7.4",
"debug": "~2.6.9",
"loofah": "0.0.6",
"quest": "~0.2.4",
"request": "^2.88.0",
"underscore": "~1.5.2"
},
"devDependencies": {
"bluebird": "^3.4.0",
"coffee-script": "~1.6.3",
"mocha": "~1.14.0",
"mocha": "^5.2.0",
"nock": "~0.23.0",
"sinon": "^1.10.3",
"bluebird": "^3.4.0"
"sinon": "^1.10.3"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc