Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fs-plus

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-plus - npm Package Compare versions

Comparing version 2.2.5 to 2.2.6

4

lib/fs-plus.js

@@ -423,3 +423,3 @@ (function() {

isCompressedExtension: function(ext) {
return _.indexOf(['.epub', '.gz', '.jar', '.tar', '.tgz', '.war', '.zip'], ext, true) >= 0;
return _.indexOf(['.bz2', '.epub', '.gz', '.jar', '.lz', '.lzma', '.lzo', '.tar', '.tgz', '.war', '.xz', '.z', '.zip'], ext, true) >= 0;
},

@@ -433,3 +433,3 @@ isImageExtension: function(ext) {

isBinaryExtension: function(ext) {
return _.indexOf(['.DS_Store', '.a', '.o', '.pyc', '.pyo', '.so', '.woff'], ext, true) >= 0;
return _.indexOf(['.DS_Store', '.a', '.exe', '.o', '.pyc', '.pyo', '.so', '.woff'], ext, true) >= 0;
},

@@ -436,0 +436,0 @@ isReadmePath: function(readmePath) {

{
"name": "fs-plus",
"version": "2.2.5",
"version": "2.2.6",
"description": "node's fs with more helpers",

@@ -5,0 +5,0 @@ "main": "./lib/fs-plus.js",

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