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
6
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.2.1 to 0.2.2

18

package.json
{
"name": "@crawly/handler-exception-lambda",
"version": "0.2.1",
"version": "0.2.2",
"main": "dist/index.js",

@@ -27,17 +27,17 @@ "types": "dist/index.d.ts",

"raven": "^2.6.4",
"typescript": "^3.2.2"
"typescript": "^3.4.5"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/faker": "^4.1.4",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.18",
"@types/raven": "^2.5.1",
"@types/sinon": "^7.0.3",
"@types/faker": "^4.1.5",
"@types/mocha": "^5.2.6",
"@types/node": "^10.14.5",
"@types/raven": "^2.5.3",
"@types/sinon": "^7.0.11",
"chai": "^4.2.0",
"faker": "^4.1.0",
"mocha": "^5.2.0",
"sinon": "^7.2.2",
"sinon": "^7.3.2",
"ts-mocha": "^2.0.0",
"tslint": "^5.12.0",
"tslint": "^5.16.0",
"tslint-config-airbnb": "^5.11.1"

@@ -44,0 +44,0 @@ },

@@ -48,3 +48,7 @@ import * as Raven from 'raven';

} catch (e) {
return;
try {
Raven.captureException(e);
} catch {
return;
}
}

@@ -51,0 +55,0 @@ };

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