Socket
Socket
Sign inDemoInstall

depcheck-detector-execa

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

depcheck-detector-execa - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

2

dist/index.js

@@ -26,3 +26,3 @@ import compact from "@dword-design/functions/dist/compact.js";

}
if (((_node$callee4 = node.callee) === null || _node$callee4 === void 0 ? void 0 : _node$callee4.name) === 'execa') {
if (['execa', 'execaSync'].includes((_node$callee4 = node.callee) === null || _node$callee4 === void 0 ? void 0 : _node$callee4.name)) {
var _node$arguments$, _ref4, _node$arguments$1$ele;

@@ -29,0 +29,0 @@ return [...(node.arguments[0].type === 'StringLiteral' ? [node.arguments[0].value] : []), ...(((_node$arguments$ = node.arguments[1]) === null || _node$arguments$ === void 0 ? void 0 : _node$arguments$.type) === 'ArrayExpression' ? (_ref4 = (_node$arguments$1$ele = node.arguments[1].elements, filter({

{
"name": "depcheck-detector-execa",
"version": "3.0.1",
"version": "3.0.2",
"description": "Detector for depcheck that finds dependencies in execa calls.",

@@ -5,0 +5,0 @@ "repository": "dword-design/depcheck-detector-execa",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc