adblock-detect-react
Advanced tools
Comparing version
{ | ||
"name": "adblock-detect-react", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Provides utilities to check if ad block is enabled on a page via both a React hook and a wrapper component.", | ||
@@ -44,5 +44,5 @@ "main": "cjs/index.js", | ||
"peerDependencies": { | ||
"react": "^16.8.0", | ||
"react-dom": "^16.8.0" | ||
"react": "^16.8.0 || ^17.0.0", | ||
"react-dom": "^16.8.0 || ^17.0.0" | ||
} | ||
} |
11644
0.19%