Socket
Socket
Sign inDemoInstall

@cloudcommerce/firebase

Package Overview
Dependencies
252
Maintainers
1
Versions
309
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.12.1 to 2.12.2

4

lib/helpers/pubsub.js

@@ -14,3 +14,5 @@ import functions from 'firebase-functions';

if (eventAgeMs > eventMaxAgeMs) {
logger.warn(`Dropping event ${context.eventId} with age[ms]: ${eventAgeMs}`);
logger.warn(`Dropping event ${context.eventId} with age[ms]: ${eventAgeMs}`, {
data: message.json,
});
}

@@ -17,0 +19,0 @@ return fn(message.json, context, message);

{
"name": "@cloudcommerce/firebase",
"type": "module",
"version": "2.12.1",
"version": "2.12.2",
"description": "e-com.plus Cloud Commerce on Firebase",

@@ -40,8 +40,8 @@ "main": "lib/index.js",

"source-map-support": "^0.5.21",
"@cloudcommerce/api": "2.12.1",
"@cloudcommerce/config": "2.12.1"
"@cloudcommerce/api": "2.12.2",
"@cloudcommerce/config": "2.12.2"
},
"devDependencies": {
"@firebase/app-types": "^0.9.1",
"@cloudcommerce/types": "2.12.1"
"@cloudcommerce/types": "2.12.2"
},

@@ -48,0 +48,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc