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

backend-assistant

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backend-assistant - npm Package Compare versions

Comparing version 0.0.34 to 0.0.35

2

package.json
{
"name": "backend-assistant",
"version": "0.0.34",
"version": "0.0.35",
"description": "Powerful assistive functions for Firebase backends",

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

@@ -318,3 +318,3 @@ let _ = require('lodash');

*/
console.log(`Processed field ${fieldname}: ${val}.`);
// console.log(`Processed field ${fieldname}: ${val}.`);
fields[fieldname] = val;

@@ -329,3 +329,3 @@ });

// Thus, any files in it must fit in the instance's memory.
console.log(`Processed file ${filename}`);
// console.log(`Processed file ${filename}`);
const filepath = path.join(tmpdir, filename);

@@ -359,5 +359,5 @@ uploads[fieldname] = filepath;

*/
for (const file in uploads) {
fs.unlinkSync(uploads[file]);
}
// for (const file in uploads) {
// fs.unlinkSync(uploads[file]);
// }
// res.send();

@@ -364,0 +364,0 @@ return resolve({

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