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

debugger-attached

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debugger-attached - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

.esformatter

2

index.js
"use strict";
function isDebuggerAttached() {
return typeof v8debug === "object";
return typeof v8debug === "object" || /--debug|--inspect/.test( process.execArgv.join( " " ) );
}
module.exports = isDebuggerAttached;
{
"name": "debugger-attached",
"version": "1.0.0",
"version": "2.0.0",
"description": "Checks if the Node debugger is attached",
"main": "index.js",
"scripts": {
"test": "exit 0"
"test": "node test"
},

@@ -9,0 +9,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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