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.37 to 1.0.38

16

dist/constants.js

@@ -20,2 +20,18 @@ "use strict";

".vscode",
".jpg",
".jpeg",
".png",
".gif",
".svg",
".ico",
".webp",
".tif",
".tiff",
".bmp",
".heif",
".heic",
".jfif",
".jp2",
".jpe",
".jif",
"*.env",

@@ -22,0 +38,0 @@ "*.bak",

2

package.json
{
"name": "print-project",
"version": "1.0.37",
"version": "1.0.38",
"description": "A simple CLI tool to print the project tree structure and file contents",

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

@@ -17,2 +17,19 @@ export const defaultIgnorePatterns: string[] = [

".vscode",
".jpg",
".jpeg",
".png",
".gif",
".svg",
".ico",
".webp",
".tif",
".tiff",
".bmp",
".heif",
".heic",
".jfif",
".jp2",
".jpe",
".jif",
"*.env",

@@ -19,0 +36,0 @@ "*.bak",

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