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

abstracted-firebase

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstracted-firebase - npm Package Compare versions

Comparing version 0.25.6 to 0.25.7

3

dist/cjs/index.d.ts

@@ -0,1 +1,2 @@

import { IDictionary } from "firemock";
export { RealTimeDB } from "./db";

@@ -34,2 +35,4 @@ export { FileDepthExceeded } from "./errors/FileDepthExceeded";

mocking: true;
/** initialize the database to a known state */
mockData?: IDictionary;
}

@@ -0,1 +1,2 @@

import { IDictionary } from "firemock";
export { RealTimeDB } from "./db";

@@ -34,2 +35,4 @@ export { FileDepthExceeded } from "./errors/FileDepthExceeded";

mocking: true;
/** initialize the database to a known state */
mockData?: IDictionary;
}

@@ -0,1 +1,2 @@

import { IDictionary } from "firemock";
export { RealTimeDB } from "./db";

@@ -34,2 +35,4 @@ export { FileDepthExceeded } from "./errors/FileDepthExceeded";

mocking: true;
/** initialize the database to a known state */
mockData?: IDictionary;
}

2

package.json
{
"name": "abstracted-firebase",
"version": "0.25.6",
"version": "0.25.7",
"description": "Core functional library supporting 'abstracted-admin' and 'abstracted-client'",

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

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