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.2.1 to 1.2.2

index.cjs

9

CHANGELOG.md

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

## [1.2.2](https://github.com/ngneat/elf/compare/state-history-1.2.1...state-history-1.2.2) (2022-09-09)
### Bug Fixes
* **state-history:** fix `EntitiesStateHistory` to properly work with `entityRef` ([#330](https://github.com/ngneat/elf/issues/330)) ([db0da74](https://github.com/ngneat/elf/commit/db0da744956cc3e7e5d81068e90d2ea8a33b8b64))
## [1.2.1](https://github.com/ngneat/elf/compare/state-history-1.2.0...state-history-1.2.1) (2022-08-09)

@@ -7,0 +16,0 @@

2

index.js

@@ -505,3 +505,3 @@ import { isFunction, coerceArray, filterNil, isUndefined } from '@ngneat/elf';

return this.store.query(getEntitiesIds());
return this.store.query(getEntitiesIds(this.entitiesRef));
}

@@ -508,0 +508,0 @@

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

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

"module": "./index.js",
"main": "./index.js",
"main": "./index.cjs",
"type": "module",
"types": "./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