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
1
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 2.0.5 to 2.0.6

4

dist/observer.d.ts

@@ -11,2 +11,4 @@ /// <reference types="react" />

forwardRef: true;
} ? C extends React.RefForwardingComponent<infer TRef, infer P> ? C & React.MemoExoticComponent<React.ForwardRefExoticComponent<React.PropsWithoutRef<P> & React.RefAttributes<TRef>>> : never : C extends React.FunctionComponent<infer P> ? C & React.FunctionComponent<P> : never;
} ? C extends React.RefForwardingComponent<infer TRef, infer P> ? C & React.MemoExoticComponent<React.ForwardRefExoticComponent<React.PropsWithoutRef<P> & React.RefAttributes<TRef>>> : never : C & {
displayName: string;
};
{
"name": "mobx-react-lite",
"version": "2.0.5",
"version": "2.0.6",
"description": "Lightweight React bindings for MobX based on React 16.8 and Hooks",

@@ -34,4 +34,4 @@ "main": "dist/index.js",

"bundle": "tsdx build --name mobxReactLite --format=cjs,esm,umd --tsconfig tsconfig.build.json",
"prepublishOnly": "yarn build",
"dedup": "npx yarn-deduplicate -s fewer yarn.lock"
"dedup": "npx yarn-deduplicate -s fewer yarn.lock",
"release": "node publish.js"
},

@@ -72,2 +72,3 @@ "author": "Daniel K.",

"prettier": "^1.19.1",
"prompts": "^2.3.2",
"react": "16.10.2",

@@ -77,2 +78,4 @@ "react-dom": "16.10.2",

"rimraf": "3.0.0",
"semver": "^7.2.2",
"shelljs": "^0.8.3",
"shx": "0.3.2",

@@ -107,2 +110,2 @@ "ts-jest": "24.1.0",

"dependencies": {}
}
}

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