Comparing version 2.0.1 to 2.0.2
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27467
211