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

larvitfiles

Package Overview
Dependencies
Maintainers
3
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

larvitfiles - npm Package Compare versions

Comparing version 3.4.1 to 3.4.2

2

controllers/getFile.js

@@ -23,3 +23,3 @@ /**

req.fileLib.file({
'slug': decodeURIComponent(req.urlParsed.pathname.substring(req.fileLib.options.prefix))
'slug': decodeURIComponent(req.urlParsed.pathname.substr(req.fileLib.prefix.length))
}, function (err, file) {

@@ -26,0 +26,0 @@ if (err) return cb(err, req, res, {});

{
"name": "larvitfiles",
"version": "3.4.1",
"version": "3.4.2",
"description": "Storage of files with an API and database to use in web environments",

@@ -5,0 +5,0 @@ "main": "index.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