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

firebase-unchained

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firebase-unchained - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

8

lib/api.js

@@ -13,2 +13,3 @@ 'use strict';

exports.psetWithPriority = psetWithPriority;
exports.psetPriority = psetPriority;
exports.pupdate = pupdate;

@@ -105,2 +106,9 @@ exports.premove = premove;

function psetPriority(db) {
return function (path, priority) {
var ref = path.setPriority ? path : db.child(path);
return ref.setPriority(priority);
};
}
function pupdate(db) {

@@ -107,0 +115,0 @@ return function (path, value) {

2

package.json
{
"name": "firebase-unchained",
"version": "1.2.0",
"version": "1.3.0",
"description": "Promise version of Firebase API without chaining",

@@ -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