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

@prezly/analytics-nextjs

Package Overview
Dependencies
Maintainers
11
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prezly/analytics-nextjs - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8-alpha.0

10

build/components/Analytics.js

@@ -65,6 +65,3 @@ "use strict";

}
// NOTE: ESLint doesn't recognize the return of `useLatest` as mutable ref.
// Be cautious to not add any other dependencies here.
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
}, [aliasRef, identifyRef, trackRef, userRef]);
(0, react_1.useEffect)(function () {

@@ -92,6 +89,3 @@ var asset = (0, lib_1.getUrlParameters)('asset_');

}
// NOTE: ESLint doesn't recognize the return of `useLatest` as mutable ref.
// Be cautious to not add any other dependencies here.
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
}, [trackRef]);
if (newsroom === null || newsroom === void 0 ? void 0 : newsroom.ga_tracking_id) {

@@ -98,0 +92,0 @@ return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(script_1.default, { src: "https://www.googletagmanager.com/gtag/js?id=".concat(newsroom.ga_tracking_id) }), (0, jsx_runtime_1.jsx)(script_1.default, { id: "google-tag-manager-bootstrap", dangerouslySetInnerHTML: {

2

build/version.d.ts

@@ -1,1 +0,1 @@

export declare const version = "1.1.7";
export declare const version = "1.1.8-alpha.0";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = '1.1.7';
exports.version = '1.1.8-alpha.0';
//# sourceMappingURL=version.js.map

@@ -1,2 +0,2 @@

{"/Users/sato/Documents/GitHub/analytics/packages/analytics-nextjs/src/version.ts": {"path":"/Users/sato/Documents/GitHub/analytics/packages/analytics-nextjs/src/version.ts","statementMap":{"0":{"start":{"line":1,"column":13},"end":{"line":1,"column":31}}},"fnMap":{},"branchMap":{},"s":{"0":5},"f":{},"b":{}}
{"/Users/sato/Documents/GitHub/analytics/packages/analytics-nextjs/src/version.ts": {"path":"/Users/sato/Documents/GitHub/analytics/packages/analytics-nextjs/src/version.ts","statementMap":{"0":{"start":{"line":1,"column":13},"end":{"line":1,"column":39}}},"fnMap":{},"branchMap":{},"s":{"0":5},"f":{},"b":{}}
}
{
"name": "@prezly/analytics-nextjs",
"version": "1.1.7",
"version": "1.1.8-alpha.0",
"description": "Prezly Analytics package for Next.js",

@@ -42,3 +42,3 @@ "main": "build/index.js",

"@types/node": "17.0.29",
"@types/react": "18.0.15",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6"

@@ -49,3 +49,3 @@ },

},
"gitHead": "d5f4ebe859f04e4b67686a1a6c2d243cc91c267b"
"gitHead": "f46adf7e92b325238048740df160fb0ab63b36ac"
}

@@ -1,1 +0,1 @@

export const version = '1.1.7';
export const version = '1.1.8-alpha.0';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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