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

react-menu-list

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-menu-list - npm Package Compare versions

Comparing version 3.5.0 to 4.0.0

30

package.json
{
"name": "react-menu-list",
"version": "3.5.0",
"version": "4.0.0",
"description": "React component for menu lists and submenus",

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

"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.0",
"babel-jest": "^20.0.3",
"babel-eslint": "^8.0.1",
"babel-jest": "^21.2.0",
"babel-plugin-add-module-exports": "^0.2.1",

@@ -48,11 +48,11 @@ "babel-plugin-transform-runtime": "^6.15.0",

"cross-env": "^5.0.1",
"eslint": "^4.2.0",
"eslint-plugin-flowtype": "^2.29.1",
"eslint-plugin-react": "^7.1.0",
"flow-bin": "^0.53.1",
"eslint": "^4.8.0",
"eslint-plugin-flowtype": "^2.37.0",
"eslint-plugin-react": "^7.4.0",
"flow-bin": "^0.56.0",
"flow-copy-source": "^1.0.1",
"jest": "^20.0.4",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-test-renderer": "^15.5.4",
"jest": "^21.2.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-test-renderer": "^16.0.0",
"rimraf": "^2.6.1",

@@ -67,9 +67,9 @@ "watchify": "^3.7.0"

"kefir-stopper": "^2.1.0",
"prop-types": "^15.5.8",
"react-float-anchor": "^1.5.0"
"prop-types": "^15.6.0",
"react-float-anchor": "^2.0.1"
},
"peerDependencies": {
"react": "^15.3.0",
"react-dom": "^15.3.0"
"react": "^16.0.0",
"react-dom": "^16.0.0"
}
}

@@ -33,4 +33,4 @@ # react-menu-list

```
npm install
npm run example-build
yarn
yarn example-build
```

@@ -43,3 +43,3 @@

```
npm run example-watch
yarn example-watch
```

@@ -252,9 +252,2 @@

[Flow](https://flowtype.org/) type declarations for this module are included!
As of Flow v0.31, you must add the following entries to your `.flowconfig`
file's options section for them to work:
```
[options]
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable
```
If you are using Flow, they won't require any configuration to use.

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