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

asynctrace

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asynctrace - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json

@@ -20,3 +20,3 @@ {

},
"version": "1.0.2"
"version": "1.0.3"
}

@@ -52,3 +52,3 @@ 'use strict';

var name = callSite && callSite.getFileName();
if (name) seed.push(callSite);
if (name && !~name.indexOf('node_modules') && ~name.indexOf(sep)) seed.push(callSite);
return seed;

@@ -55,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