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

firemock

Package Overview
Dependencies
Maintainers
1
Versions
268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firemock - npm Package Compare versions

Comparing version 0.32.2 to 0.32.3

7

dist/cjs/auth/authMock.js

@@ -22,2 +22,9 @@ "use strict";

},
async setPersistence() {
// throw createError(
// "auth/not-implemented",
// "This feature is not implemented yet in FireMock auth module"
// );
console.warn(`currently firemock does not object to the use of setPersistence() but it doesn't support it either.`);
},
signInAnonymously: async () => {

@@ -24,0 +31,0 @@ await util_1.networkDelay();

3

dist/cjs/auth/notImplemented.js

@@ -47,5 +47,2 @@ "use strict";

},
async setPersistence() {
throw common_types_1.createError("auth/not-implemented", "This feature is not implemented yet in FireMock auth module");
},
async signInAndRetrieveDataWithCredential() {

@@ -52,0 +49,0 @@ throw common_types_1.createError("auth/not-implemented", "This feature is not implemented yet in FireMock auth module");

@@ -20,2 +20,9 @@ import { networkDelay } from "../util";

},
async setPersistence() {
// throw createError(
// "auth/not-implemented",
// "This feature is not implemented yet in FireMock auth module"
// );
console.warn(`currently firemock does not object to the use of setPersistence() but it doesn't support it either.`);
},
signInAnonymously: async () => {

@@ -22,0 +29,0 @@ await networkDelay();

@@ -45,5 +45,2 @@ import { createError } from "common-types";

},
async setPersistence() {
throw createError("auth/not-implemented", "This feature is not implemented yet in FireMock auth module");
},
async signInAndRetrieveDataWithCredential() {

@@ -50,0 +47,0 @@ throw createError("auth/not-implemented", "This feature is not implemented yet in FireMock auth module");

{
"name": "firemock",
"version": "0.32.2",
"version": "0.32.3",
"description": "firemock",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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