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

backend-manager

Package Overview
Dependencies
Maintainers
1
Versions
604
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backend-manager - npm Package Compare versions

Comparing version 3.2.163 to 3.2.164

5

package.json
{
"name": "backend-manager",
"version": "3.2.163",
"version": "3.2.164",
"description": "Quick tools for developing Firebase functions",

@@ -54,2 +54,3 @@ "main": "src/manager/index.js",

"inquirer": "^8.2.5",
"itwcw-package-analytics": "^1.0.0",
"json5": "^2.2.3",

@@ -80,2 +81,2 @@ "jwt-decode": "^3.1.2",

}
}
}

1

src/manager/functions/core/cron/daily/ghostii-auto-publisher.js

@@ -280,2 +280,3 @@ // Libraries

url: settings.app.url,
sectionQuantity: powertools.random(3, 6, {mode: 'gaussian'}),
feedUrl: `${settings.app.url}/feeds/posts.json`,

@@ -282,0 +283,0 @@ links: settings.links,

@@ -180,3 +180,3 @@ // Libraries

if (!appId) {
console.warn('⚠️ Missing config.app.id');
self.assistant.warn('⚠️ Missing config.app.id');
}

@@ -188,3 +188,3 @@

const sentryDSN = self.config?.sentry?.dsn || '';
// console.log('Sentry', sentryRelease, sentryDSN);
// self.assistant.log('Sentry', sentryRelease, sentryDSN);

@@ -942,3 +942,3 @@ self.libraries.sentry = require('@sentry/node');

routes.forEach((file) => {
// console.log('---file', file);
// self.assistant.log('---file', file);
// Require the file

@@ -945,0 +945,0 @@ const cors = self.libraries.cors;

@@ -187,3 +187,2 @@ const fetch = require('wonderful-fetch');

// console.log('*** input.path', input.path);
// _log('Loading', input);

@@ -195,2 +194,5 @@ let text = '';

const exists = jetpack.exists(input.path);
_log('Reading prompt from path:', input.path);
if (!exists) {

@@ -197,0 +199,0 @@ return new Error(`Path ${input.path} not found`);

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