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

firestore-rest

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firestore-rest - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

1

index.js

@@ -16,2 +16,3 @@ const { google } = require('googleapis')

const processItem = (item) => {
if (!item) throw new Error('No items match the specified query')
// we need to inject the `id` and the `data()` method to make it compatible with existing API

@@ -18,0 +19,0 @@ const id = item.name.match(regex)[0]

2

package.json
{
"name": "firestore-rest",
"version": "1.2.0",
"version": "1.2.1",
"description": "Makes firestore requests using the Google REST API to avoid the gRPC cold start issue.",

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