Comparing version 0.9.0 to 0.9.1
@@ -140,2 +140,6 @@ 'use strict'; | ||
sms = require('source-map-support'); | ||
} catch (e) { | ||
return; | ||
} | ||
try { | ||
Error.prepareStackTrace = getMappedStackFrames; | ||
@@ -142,0 +146,0 @@ (new Error('synthetic')).stack; |
{ | ||
"name": "wtfnode", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Utility to help find out why Node isn't exiting", | ||
@@ -25,3 +25,3 @@ "repository": { | ||
"license": "ISC", | ||
"dependencies": { | ||
"devDependencies": { | ||
"coffeescript": "^2.5.1", | ||
@@ -28,0 +28,0 @@ "source-map-support": "^0.5.19" |
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
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
35489
0
5
702
2
- Removedcoffeescript@^2.5.1
- Removedsource-map-support@^0.5.19
- Removedbuffer-from@1.1.2(transitive)
- Removedcoffeescript@2.7.0(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedsource-map-support@0.5.21(transitive)