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

flag

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flag - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0-0

19

package.json
{
"name": "flag",
"version": "4.1.0",
"version": "4.2.0-0",
"description": "Feature flagging made easy for React and Redux",

@@ -17,3 +17,2 @@ "main": "build/index.js",

"@types/react-redux": "^7.0.7",
"@types/redux": "^3.6.0",
"enzyme": "^3.9.0",

@@ -35,13 +34,9 @@ "enzyme-adapter-react-16": "^1.12.1",

"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
"@types/react": "^16.8.0",
"@types/react-dom": "^16.8.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-redux": "^5.0.0 || ^6.0.0 || ^7.0.0",
"redux": "^4.0.0"
},
"optionalDependencies": {
"@types/react": "^16.8.12",
"@types/react-dom": "^16.8.3",
"@types/react-redux": "^7.0.7",
"@types/redux": "^3.6.0",
"react-redux": "^7.0.2",
"redux": "^4.0.1"
},
"scripts": {

@@ -48,0 +43,0 @@ "clean": "rm -rf build",

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