Socket
Socket
Sign inDemoInstall

@ssen/collect-dependencies

Package Overview
Dependencies
2
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.10 to 1.0.0-alpha.1

4

collectDependencies.js

@@ -59,3 +59,5 @@ "use strict";

// import from '?'
if (typescript_1.default.isImportDeclaration(node) && typescript_1.default.isStringLiteralLike(node.moduleSpecifier) && node.moduleSpecifier.text) {
if (typescript_1.default.isImportDeclaration(node) &&
typescript_1.default.isStringLiteralLike(node.moduleSpecifier) &&
node.moduleSpecifier.text) {
importPaths.add(node.moduleSpecifier.text);

@@ -62,0 +64,0 @@ }

@@ -14,3 +14,3 @@ {

"name": "@ssen/collect-dependencies",
"version": "0.2.10",
"version": "1.0.0-alpha.1",
"dependencies": {

@@ -17,0 +17,0 @@ "type-fest": "^0.15.0",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc