Socket
Socket
Sign inDemoInstall

@files-stack/core

Package Overview
Dependencies
Maintainers
1
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@files-stack/core - npm Package Compare versions

Comparing version 0.0.27-14 to 0.0.27-15

2

lib/index.js

@@ -422,3 +422,3 @@ module.exports =

}
return arr2.every((a2, i) => (arr1[i] && arr1[i] === a2));
return arr2.every((a2, i) => arr1[i] === a2);
};

@@ -425,0 +425,0 @@ exports.getFileExt = name => {

{
"name": "@files-stack/core",
"version": "0.0.27-14",
"version": "0.0.27-15",
"description": "files core for higher packages to depend on",

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

Sorry, the diff of this file is not supported yet

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