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

mobx-react-lite

Package Overview
Dependencies
Maintainers
2
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx-react-lite - npm Package Compare versions

Comparing version 3.0.0-beta.0 to 3.0.0-beta.1

2

dist/useLocalStore.d.ts
export declare function useLocalStore<TStore extends Record<string, any>>(initializer: () => TStore): TStore;
export declare function useLocalStore<TStore extends Record<string, any>, TSource extends object>(initializer: (source: TSource) => TStore, current?: TSource): TStore;
export declare function useLocalStore<TStore extends Record<string, any>, TSource extends object>(initializer: (source: TSource) => TStore, current: TSource): TStore;
{
"name": "mobx-react-lite",
"version": "3.0.0-beta.0",
"version": "3.0.0-beta.1",
"description": "Lightweight React bindings for MobX based on React 16.8+ and Hooks",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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