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

@devboldly/react-use-google-analytics-embed-api

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devboldly/react-use-google-analytics-embed-api - npm Package Compare versions

Comparing version 0.0.36 to 0.0.37

3

dist/hooks/useAuthorize.js

@@ -27,3 +27,5 @@ "use strict";

React.useEffect(function () {
var randNum = Math.random();
var authorizedListener = function (isAuthorized) {
console.log('Calling setAuthorized', randNum);
setAuthorized(isAuthorized);

@@ -33,2 +35,3 @@ };

return function () {
console.log('Removing setAuthorized listener...', randNum);
useAnalyticsApi_1.apiStateEmitter.off('authorized', authorizedListener);

@@ -35,0 +38,0 @@ };

2

package.json
{
"name": "@devboldly/react-use-google-analytics-embed-api",
"version": "0.0.36",
"version": "0.0.37",
"author": "Dev Boldly <devboldly@gmail.com>",

@@ -5,0 +5,0 @@ "description": "React hook for loading the Google Analytics Embed API.",

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