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

@beef-flux/store

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beef-flux/store - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

2

lib/base-store.d.ts
import * as React from 'react';
import { Manager } from './context';
import Actions from 'actions';
import Actions from './actions';
export declare const useStore: <T>(store: Store<T>) => T;

@@ -5,0 +5,0 @@ export interface StateHistory<T> {

@@ -23,3 +23,2 @@ "use strict";

var store_manager_1 = require("./store-manager");
var manager_1 = require("./actions/manager");
var context_1 = require("./context");

@@ -176,3 +175,2 @@ exports.useStore = function (store) {

this.flush();
manager_1.default.dispatch(Store.ACTION_SEED + "_" + this.uuid, [nextState]);
};

@@ -179,0 +177,0 @@ Store.prototype.dump = function () {

{
"name": "@beef-flux/store",
"version": "0.2.6",
"version": "0.2.7",
"description": "Flux compatible state machine",

@@ -34,3 +34,3 @@ "keywords": [

},
"gitHead": "6efd6283e8381e0f0dbc4d5e4384f753a1e58027"
"gitHead": "4a4e74d8b16c540274831718e4d3339acab47c0c"
}
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