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

firebase-functions

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firebase-functions - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

3

changelog.txt

@@ -1,2 +0,1 @@

changed - Updated firebase-admin peer dependency to v5.2.1, which adds support for the Google Cloud Storage API. See release notes: https://github.com/firebase/firebase-admin-node/releases.
changed - Updated integration test script to be fully automated.
fixed - Fixed bug where developers' unit tests for Database functions would fail if they defined `event.params` but not `event.resource`, and tried to access `event.params` within the function.

@@ -27,2 +27,5 @@ "use strict";

function _makeParams(event, triggerResource) {
if (!event.resource) {
return event.params || {};
}
var wildcards = triggerResource.match(WILDCARD_REGEX);

@@ -29,0 +32,0 @@ var params = {};

{
"name": "firebase-functions",
"version": "0.6.2",
"version": "0.6.3",
"description": "Firebase SDK for Cloud Functions",

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