Socket
Socket
Sign inDemoInstall

fs-jetpack

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

fs-jetpack - npm Package Compare versions

Comparing version 5.0.0 to 5.1.0

12

lib/find.js

@@ -82,3 +82,7 @@ "use strict";

path,
{ maxLevelsDeep, symlinks: "follow", inspectOptions: { times: true } },
{
maxLevelsDeep,
symlinks: "follow",
inspectOptions: { times: true, absolutePath: true },
},
(itemPath, item) => {

@@ -150,3 +154,7 @@ if (item && itemPath !== path && matchesAnyOfGlobs(itemPath)) {

path,
{ maxLevelsDeep, symlinks: "follow", inspectOptions: { times: true } },
{
maxLevelsDeep,
symlinks: "follow",
inspectOptions: { times: true, absolutePath: true },
},
(itemPath, item) => {

@@ -153,0 +161,0 @@ if (item && itemPath !== path && matchesAnyOfGlobs(itemPath)) {

2

package.json
{
"name": "fs-jetpack",
"description": "Better file system API",
"version": "5.0.0",
"version": "5.1.0",
"author": "Jakub Szwacz <jakub@szwacz.com>",

@@ -6,0 +6,0 @@ "dependencies": {

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