New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

print-project

Package Overview
Dependencies
Maintainers
0
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

print-project - npm Package Compare versions

Comparing version 1.0.25 to 1.0.26

2

dist/index.js

@@ -43,3 +43,3 @@ #!/usr/bin/env node

let ignorePatterns = ["project-print.txt"]; // Always ignore the output file
// If NOT using --ignore-default, add default patterns FIRST
// If NOT using --remove-default, add default patterns FIRST
if (shouldAddDefaultIgnorePatterns) {

@@ -46,0 +46,0 @@ ignorePatterns = [...constants_1.defaultIgnorePatterns, ...ignorePatterns];

{
"name": "print-project",
"version": "1.0.25",
"version": "1.0.26",
"description": "A simple CLI tool to print the project tree structure and file contents",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -23,3 +23,3 @@ #!/usr/bin/env node

// If NOT using --ignore-default, add default patterns FIRST
// If NOT using --remove-default, add default patterns FIRST
if (shouldAddDefaultIgnorePatterns) {

@@ -26,0 +26,0 @@ ignorePatterns = [...defaultIgnorePatterns, ...ignorePatterns];

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