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

@daaku/firebase-rest-api

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daaku/firebase-rest-api - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

7

dist/src/index.js
// FirebaseConfig holds the base configuration and provides helpers to build
// paths & URLs in the context of that configuration.
export class FirebaseConfig {
apiKey;
projectID;
databaseID;
host;
protocol;
databasePath;
endpointURL;
constructor({ apiKey, projectID, databaseID = '(default)', host = 'firestore.googleapis.com', protocol = 'https', }) {

@@ -5,0 +12,0 @@ this.apiKey = apiKey;

2

package.json
{
"name": "@daaku/firebase-rest-api",
"author": "Naitik Shah <n@daaku.org>",
"version": "2.0.0",
"version": "2.1.0",
"description": "Minimal wrapper around fetch to make Firebase REST API calls.",

@@ -6,0 +6,0 @@ "repository": "git@github.com:daaku/firebase-rest-api",

Sorry, the diff of this file is not supported yet

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