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.0.3 to 8.0.4

dist/index.old.d.cts

34

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

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

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

@@ -42,10 +52,10 @@ "./package.json": "./package.json"

"dependencies": {
"@serwist/background-sync": "8.0.3",
"@serwist/core": "8.0.3",
"@serwist/routing": "8.0.3",
"@serwist/strategies": "8.0.3"
"@serwist/background-sync": "8.0.4",
"@serwist/core": "8.0.4",
"@serwist/routing": "8.0.4",
"@serwist/strategies": "8.0.4"
},
"devDependencies": {
"rollup": "3.28.1",
"@serwist/constants": "8.0.3"
"@serwist/constants": "8.0.4"
},

@@ -52,0 +62,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