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

@ngneat/elf

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngneat/elf - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

index.esm.js

1

index.d.ts

@@ -10,1 +10,2 @@ export { Store, Reducer, StoreValue, StoreDef, ReducerContext, } from './lib/store';

export { StateOf, Query, OrArray } from './lib/types';
export { setProp } from './lib/mutations';

6

package.json
{
"name": "@ngneat/elf",
"version": "1.0.2",
"version": "1.1.0",
"description": "A reactive state management for JS applications",

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

},
"main": "./store.umd.js",
"module": "./store.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