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

fireproof

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fireproof - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

16

index.js

@@ -457,2 +457,10 @@

if (typeof callback !== 'function') {
callback = function() {};
}
if (typeof cancelCallback !== 'function') {
cancelCallback = function() {};
}
var callbackHandler = function(snap, prev) {

@@ -510,2 +518,10 @@

if (typeof successCallback !== 'function') {
successCallback = function() {};
}
if (typeof failureCallback !== 'function') {
failureCallback = function() {};
}
this._ref.once(eventType, function(snap) {

@@ -512,0 +528,0 @@

2

package.json
{
"name": "fireproof",
"version": "0.1.6",
"version": "0.1.7",
"description": "Promises for Firebase objects.",

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