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 1.4.1 to 1.4.2

8

lib/user.js

@@ -15,3 +15,3 @@

var oc = Fireproof._handleError(onComplete);
this._ref.createUser(credentials, onComplete);
this._ref.createUser(credentials, oc);
return oc.promise;

@@ -31,3 +31,3 @@

var oc = Fireproof._handleError(onComplete);
this._ref.changePassword(credentials, onComplete);
this._ref.changePassword(credentials, oc);
return oc.promise;

@@ -47,3 +47,3 @@

var oc = Fireproof._handleError(onComplete);
this._ref.resetPassword(credentials, onComplete);
this._ref.resetPassword(credentials, oc);
return oc.promise;

@@ -63,3 +63,3 @@

var oc = Fireproof._handleError(onComplete);
this._ref.removeUser(credentials, onComplete);
this._ref.removeUser(credentials, oc);
return oc.promise;

@@ -66,0 +66,0 @@

{
"name": "fireproof",
"version": "1.4.1",
"version": "1.4.2",
"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