Socket
Socket
Sign inDemoInstall

firebase-childrenkeys

Package Overview
Dependencies
52
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

2

index.js

@@ -29,2 +29,4 @@ 'use strict';

reject(error);
} else if (data === null || data === undefined) {
resolve([]);
} else {

@@ -31,0 +33,0 @@ resolve(Object.keys(JSON.parse(data)));

2

package.json
{
"name": "firebase-childrenkeys",
"version": "0.1.0",
"version": "0.1.1",
"description": "Adds a childrenKeys() method to Firebase that fetches children keys via the REST API",

@@ -5,0 +5,0 @@ "main": "index.js",

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