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

flagged

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flagged - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

23

package.json
{
"name": "flagged",
"description": "Feature flags for React made easy with hooks, HOC and Render Props",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",

@@ -40,3 +40,4 @@ "repository": "https://github.com/sergiodxa/flagged.git",

"test": "tsdx test --env=jsdom",
"lint": "tsdx lint"
"lint": "tsdx lint",
"typecheck": "tsc --noEmit"
},

@@ -60,13 +61,13 @@ "peerDependencies": {

"@testing-library/jest-dom": "^5.0.1",
"@testing-library/react": "^10.0.0",
"@types/jest": "^26.0.0",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3",
"husky": "^4.0.0",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"tsdx": "^0.13.0",
"@testing-library/react": "^12.0.0",
"@types/jest": "^27.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"husky": "^7.0.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"tsdx": "^0.14.0",
"tslib": "^2.0.0",
"typescript": "^3.6.4"
"typescript": "^4.0.2"
}
}
# Flagged
### Feature flags for React made easy with hooks, HOC and Render Props
> ### Feature flags for React made easy with hooks, HOC and Render Props
![CI Status](https://github.com/sergiodxa/flagged/workflows/CI/badge.svg)
![Publish Status](https://github.com/sergiodxa/flagged/workflows/Publish/badge.svg)
![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=sergiodxa/flagged)
[![Maintainability](https://api.codeclimate.com/v1/badges/816ce0bddd76bafba932/maintainability)](https://codeclimate.com/github/sergiodxa/flagged/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/816ce0bddd76bafba932/test_coverage)](https://codeclimate.com/github/sergiodxa/flagged/test_coverage)
![license](https://badgen.net/github/license/sergiodxa/flagged)
![releases](https://badgen.net/github/releases/sergiodxa/flagged)
![dependencies](https://badgen.net/david/dep/sergiodxa/flagged)
## Features

@@ -15,0 +6,0 @@

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