New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-forceupdate

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-forceupdate - npm Package Compare versions

Comparing version
0.3.0
to
0.3.1
+4
-2
package.json
{
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",

@@ -24,2 +24,5 @@ "main": "dist/index.js",

},
"dependencies": {
"mittt": "1"
},
"peerDependencies": {

@@ -54,3 +57,2 @@ "react": ">=16"

"identity-obj-proxy": "^3.0.0",
"mittt": "^1",
"react": "^16.13.1",

@@ -57,0 +59,0 @@ "react-docgen-typescript-loader": "^3.7.2",

@@ -16,6 +16,6 @@ # react-forceupdate

```bash
npm install react-forceupdate
npm install mittt@1 react-forceupdate
# or
# yarn add react-forceupdate
# yarn add mittt@1 react-forceupdate
```

@@ -22,0 +22,0 @@