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

@ngneat/elf-state-history

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngneat/elf-state-history - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

index.esm.js

14

CHANGELOG.md

@@ -5,2 +5,16 @@ # Changelog

# [1.1.0](https://github.com/ngneat/elf/compare/state-history-1.0.1...state-history-1.1.0) (2022-07-27)
### Bug Fixes
* **state-history:** export StateHistory to be able to use stateHistory ([#301](https://github.com/ngneat/elf/issues/301)) ([a862c6d](https://github.com/ngneat/elf/commit/a862c6dae9e673e463c4ad7a7aa92a4b2024d1a8))
### Features
* **store:** 🔥 elfHooks with preStoreUpdate hook ([#182](https://github.com/ngneat/elf/issues/182)) ([0704c33](https://github.com/ngneat/elf/commit/0704c3399c58008fa33702276943832a54d5dd49))
## [1.0.1](https://github.com/ngneat/elf/compare/state-history-1.0.0...state-history-1.0.1) (2021-12-18)

@@ -7,0 +21,0 @@

2

lib/state-history.d.ts

@@ -11,3 +11,3 @@ import { Store, StoreValue } from '@ngneat/elf';

};
declare class StateHistory<T extends Store, State extends StoreValue<T>> {
export declare class StateHistory<T extends Store, State extends StoreValue<T>> {
protected store: T;

@@ -14,0 +14,0 @@ private options;

{
"name": "@ngneat/elf-state-history",
"version": "1.0.1",
"version": "1.1.0",
"description": "State history management for elf store",

@@ -33,5 +33,5 @@ "publishConfig": {

"license": "MIT",
"main": "./state-history.umd.js",
"module": "./state-history.esm.js",
"main": "./index.umd.js",
"module": "./index.esm.js",
"typings": "./index.d.ts"
}
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