New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

firex-store

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firex-store - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

2

lib/index.d.ts
export * from './store';
export { findFirestore } from './find';
export { ErrorHandler, OnCompleted, Mapper, AfterMutationCalled } from './types';
export { Payload } from './models';
export { Payload, DocumentResult } from './models';

@@ -12,2 +12,2 @@ import { Payload } from '../models';

*/
export declare type AfterMutationCalled = (payload?: Payload | any | void) => any;
export declare type AfterMutationCalled = (payload?: Payload) => void;
{
"name": "firex-store",
"version": "0.4.0",
"version": "0.5.0",
"description": "subscribe firebase data to vuex",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -320,2 +320,3 @@ # firex-store

- `subscribeFirestore` and `subscribeFirestoreActions` only.
- If it defined, call it when completed
- this method called after mutation called

@@ -346,7 +347,8 @@

```javascript
const afterMutationCalled = (payload: Payload) => {
const afterMutationCalled = (payload) => {
/**
* payload = {
* data: { docId: string | null, [key: string]: any },
* isLast: boolean [key: string]: any
* isLast: boolean,
* [key: string]: any
* }

@@ -353,0 +355,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