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

mobx-mvvm

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx-mvvm - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

3

lib/mvvm/createComponent.js

@@ -126,2 +126,5 @@ "use strict";

NewComponentClass.displayName = displayName;
NewComponentClass.contextTypes = {
resolver: React.PropTypes.func
};
return NewComponentClass;

@@ -128,0 +131,0 @@ };

2

package.json
{
"name": "mobx-mvvm",
"version": "1.0.3",
"version": "1.0.4",
"description": "MobX MVVM solution based off React and inspired by Prism",

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

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