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

wtfnode

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wtfnode - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

LICENSE

4

index.js

@@ -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;

4

package.json
{
"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"

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