Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@crawly/handler-exception-lambda

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crawly/handler-exception-lambda - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

9

dist/index.js

@@ -15,7 +15,10 @@ "use strict";

var Raven = require("raven");
Raven.config(process.env.SENTRY_DSN).install();
exports.Raven = Raven;
Raven.config(process.env.SENTRY_DSN, {
shouldSendCallback: function (data) {
return !exports.isOffline();
},
}).install();
/**
* Check application is running offline.
*
* @param isOffline
*/

@@ -22,0 +25,0 @@ exports.isOffline = function () { return process.env.IS_OFFLINE === 'true'; };

{
"name": "@crawly/handler-exception-lambda",
"version": "0.1.0",
"version": "0.2.0",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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