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

mobx-react

Package Overview
Dependencies
Maintainers
4
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx-react - npm Package Compare versions

Comparing version 7.0.5 to 7.0.6

10

CHANGELOG.md
# mobx-react
## 7.0.6
### Patch Changes
- [`592e6e99`](https://github.com/mobxjs/mobx/commit/592e6e996c2d5264e162cfb0921a071c1d815c92) [#2743](https://github.com/mobxjs/mobx/pull/2743) Thanks [@vkrol](https://github.com/vkrol)! - Remove `sideEffects` section in `mobx-react-lite` `package.json`
- Updated dependencies [[`6b304232`](https://github.com/mobxjs/mobx/commit/6b30423266e5418a3f20389d0bd0eae31f3384d2), [`83b84fd3`](https://github.com/mobxjs/mobx/commit/83b84fd354f2253fdd8ea556e217a92fc2633c00), [`65c7b73b`](https://github.com/mobxjs/mobx/commit/65c7b73b7f0b1a69a1a2786b5f484419d129d10b), [`989390d4`](https://github.com/mobxjs/mobx/commit/989390d46bbe9941b61ac6c6d1292f96445e7cc3), [`dea1cf18`](https://github.com/mobxjs/mobx/commit/dea1cf189b0f43929f4f626229d34a80bd10212e), [`592e6e99`](https://github.com/mobxjs/mobx/commit/592e6e996c2d5264e162cfb0921a071c1d815c92)]:
- mobx@6.0.5
- mobx-react-lite@3.1.7
## 7.0.5

@@ -4,0 +14,0 @@

12

package.json
{
"name": "mobx-react",
"version": "7.0.5",
"version": "7.0.6",
"description": "React bindings for MobX. Create fully reactive components.",

@@ -39,6 +39,6 @@ "source": "src/index.ts",

"dependencies": {
"mobx-react-lite": "^3.1.6"
"mobx-react-lite": "^3.1.7"
},
"peerDependencies": {
"mobx": "^6.0.4",
"mobx": "^6.0.5",
"react": "^16.8.0 || ^17"

@@ -55,4 +55,4 @@ },

"devDependencies": {
"mobx": "^6.0.4",
"mobx-react-lite": "^3.1.6"
"mobx": "^6.0.5",
"mobx-react-lite": "^3.1.7"
},

@@ -73,4 +73,6 @@ "keywords": [

"test:size": "yarn import-size --report . observer",
"test:types": "tsc --noEmit",
"test:check": "yarn test:types",
"prepublish": "yarn build --target publish"
}
}
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