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

@serwist/google-analytics

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serwist/google-analytics - npm Package Compare versions

Comparing version 9.0.0-preview.2 to 9.0.0-preview.3

3

dist/initialize.d.ts

@@ -25,4 +25,3 @@ export interface GoogleAnalyticsInitializeOptions {

*/
declare const initialize: (options?: GoogleAnalyticsInitializeOptions) => void;
export { initialize };
export declare const initialize: (options?: GoogleAnalyticsInitializeOptions) => void;
//# sourceMappingURL=initialize.d.ts.map
{
"name": "@serwist/google-analytics",
"version": "9.0.0-preview.2",
"version": "9.0.0-preview.3",
"type": "module",

@@ -45,6 +45,6 @@ "description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",

"dependencies": {
"@serwist/background-sync": "9.0.0-preview.2",
"@serwist/core": "9.0.0-preview.2",
"@serwist/routing": "9.0.0-preview.2",
"@serwist/strategies": "9.0.0-preview.2"
"@serwist/background-sync": "9.0.0-preview.3",
"@serwist/core": "9.0.0-preview.3",
"@serwist/routing": "9.0.0-preview.3",
"@serwist/strategies": "9.0.0-preview.3"
},

@@ -54,3 +54,3 @@ "devDependencies": {

"typescript": "5.4.0-dev.20240206",
"@serwist/constants": "9.0.0-preview.2"
"@serwist/constants": "9.0.0-preview.3"
},

@@ -57,0 +57,0 @@ "peerDependencies": {

@@ -185,3 +185,3 @@ /*

*/
const initialize = (options: GoogleAnalyticsInitializeOptions = {}): void => {
export const initialize = (options: GoogleAnalyticsInitializeOptions = {}): void => {
const cacheName = privateCacheNames.getGoogleAnalyticsName(options.cacheName);

@@ -203,3 +203,1 @@

};
export { initialize };

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