Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@serwist/google-analytics

Package Overview
Dependencies
Maintainers
1
Versions
53
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 8.1.1 to 8.2.0

dist/index.cjs

24

package.json
{
"name": "@serwist/google-analytics",
"version": "8.1.1",
"version": "8.2.0",
"type": "module",

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

"bugs": "https://github.com/serwist/serwist/issues",
"homepage": "https://ducanh-next-pwa.vercel.app",
"homepage": "https://serwist.vercel.app",
"module": "./dist/index.js",
"main": "./dist/index.old.cjs",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",

@@ -35,4 +35,4 @@ "exports": {

"require": {
"types": "./dist/index.old.d.cts",
"default": "./dist/index.old.cjs"
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}

@@ -46,4 +46,4 @@ },

"require": {
"types": "./dist/initialize.old.d.cts",
"default": "./dist/initialize.old.cjs"
"types": "./dist/initialize.d.cts",
"default": "./dist/initialize.cjs"
}

@@ -54,10 +54,10 @@ },

"dependencies": {
"@serwist/background-sync": "8.1.1",
"@serwist/core": "8.1.1",
"@serwist/routing": "8.1.1",
"@serwist/strategies": "8.1.1"
"@serwist/background-sync": "8.2.0",
"@serwist/core": "8.2.0",
"@serwist/routing": "8.2.0",
"@serwist/strategies": "8.2.0"
},
"devDependencies": {
"rollup": "4.9.1",
"@serwist/constants": "8.1.1"
"@serwist/constants": "8.2.0"
},

@@ -64,0 +64,0 @@ "scripts": {

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