@crawly/handler-exception-lambda
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"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 @@ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18959
506
1
Updatedtypescript@^3.4.5