New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

adblock-detect-react

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adblock-detect-react - npm Package Compare versions

Comparing version

to
1.0.5

6

package.json
{
"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"
}
}