Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1.7 to 3.2.0

7

CHANGELOG.md
# mobx-react-lite
## 3.2.0
### Patch Changes
- Updated dependencies [[`28f8a11d`](https://github.com/mobxjs/mobx/commit/28f8a11d8b94f1aca2eec4ae9c5f45c5ea2f4362)]:
- mobx@6.1.0
## 3.1.7

@@ -4,0 +11,0 @@

2

dist/useAsObservableSource.d.ts

@@ -1,1 +0,1 @@

export declare function useAsObservableSource<TSource>(current: TSource): TSource;
export declare function useAsObservableSource<TSource extends object>(current: TSource): TSource;
{
"name": "mobx-react-lite",
"version": "3.1.7",
"version": "3.2.0",
"description": "Lightweight React bindings for MobX based on React 16.8+ and Hooks",

@@ -41,3 +41,3 @@ "source": "src/index.ts",

"peerDependencies": {
"mobx": "^6.0.5",
"mobx": "^6.1.0",
"react": "^16.8.0 || ^17"

@@ -54,3 +54,3 @@ },

"devDependencies": {
"mobx": "^6.0.5",
"mobx": "^6.1.0",
"expose-gc": "^1.0.0"

@@ -57,0 +57,0 @@ },

@@ -5,3 +5,3 @@ import { useDeprecated } from "./utils/utils"

export function useAsObservableSource<TSource>(current: TSource): TSource {
export function useAsObservableSource<TSource extends object>(current: TSource): TSource {
if ("production" !== process.env.NODE_ENV)

@@ -8,0 +8,0 @@ useDeprecated(

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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