Socket
Socket
Sign inDemoInstall

react-vk

Package Overview
Dependencies
3
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.1 to 5.0.2

26

package.json
{
"name": "react-vk",
"private": false,
"version": "5.0.1",
"version": "5.0.2",
"main": "dist/react-vk.cjs.js",

@@ -50,6 +50,4 @@ "module": "dist/react-vk.esm.js",

"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "7.0.0",

@@ -63,19 +61,19 @@ "babel-eslint": "^10.0.1",

"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.2.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.4",
"husky": "^2.2.0",
"eslint-plugin-react": "^7.13.0",
"husky": "^2.3.0",
"jest": "^24.8.0",
"lint-staged": "^8.1.6",
"prettier": "^1.17.0",
"lint-staged": "^8.1.7",
"prettier": "^1.17.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"rollup": "^1.11.3",
"rollup": "^1.12.3",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^4.0.2"
"rollup-plugin-terser": "^5.0.0"
},

@@ -82,0 +80,0 @@ "keywords": [

@@ -8,3 +8,3 @@ # react-vk

### For latest release you need **react 16.6**
### For latest release you need **react 16.8**

@@ -18,10 +18,5 @@ Depending on your `react` you need different version of package:

| 3.5.2 | between 16.2 and 16.6 |
| current | 16.6 |
| next | 16.8 |
| 4.2.0 | 16.6 |
| 5.0.0 | 16.8 |
`react-vk@1.1.5` for `react < 16`
`react-vk@1.1.6` for `react > 16.2`
`react-vk@3.5.2` for `react < 16.6`
`react-vk` for `react > 16.6`
```shell

@@ -337,2 +332,3 @@ npm install --save react-vk

- [ ] Add more tests
- [ ] Add custom hooks

@@ -339,0 +335,0 @@ ## Acknowledgements

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc