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

firestore-jest-mock

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firestore-jest-mock - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

6

package.json
{
"name": "firestore-jest-mock",
"version": "0.7.0",
"version": "0.7.1",
"description": "Jest helper for mocking Google Cloud Firestore",

@@ -30,2 +30,6 @@ "author": "",

},
"repository": {
"type": "git",
"url": "https://github.com/Upstatement/firestore-jest-mock.git"
},
"devDependencies": {

@@ -32,0 +36,0 @@ "@babel/core": "^7.5.5",

16

README.md

@@ -24,2 +24,3 @@ # Mock Firestore

- [`mockFirebase`](#mockfirebase)
- [Subcollections](#subcollections)
- [What would you want to test?](#what-would-you-want-to-test)

@@ -30,3 +31,6 @@ - [Don't forget to reset your mocks](#dont-forget-to-reset-your-mocks)

- [Firestore](#firestore)
- [Firestore.Query](#firestorequery)
- [Firestore.FieldValue](#firestorefieldvalue)
- [Firestore.Timestamp](#firestoretimestamp)
- [Firestore.Transaction](#firestoretransaction)
- [Auth](#auth)

@@ -194,2 +198,3 @@ - [Contributing](#contributing)

name: 'Homer Simpson',
state: 'connecticut',
},

@@ -199,13 +204,4 @@ {

name: 'Lisa Simpson',
state: 'alabama',
},
{
id: 'abc789',
name: 'Dwight Schrute',
_collections: {
employment: [
{ id: '123abc', employer: 'Dunder Mifflin' },
{ id: '123def', employer: 'Schrute Farms' },
],
},
},
],

@@ -212,0 +208,0 @@ },

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