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

@snowplow/browser-plugin-timezone

Package Overview
Dependencies
Maintainers
3
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snowplow/browser-plugin-timezone - npm Package Compare versions

Comparing version 3.0.0-alpha.3 to 3.0.0-alpha.4

dist/browser-plugin-timezone.module.d.ts

22

package.json
{
"name": "@snowplow/browser-plugin-timezone",
"version": "3.0.0-alpha.3",
"version": "3.0.0-alpha.4",
"description": "Attaches timezone to Snowplow events",

@@ -13,5 +13,5 @@ "homepage": "http://bit.ly/sp-js",

"author": "Paul Boocock",
"main": "./dist/index.umd.js",
"module": "./dist/index.module.js",
"types": "./dist/index.module.d.ts",
"main": "./dist/browser-plugin-timezone.umd.js",
"module": "./dist/browser-plugin-timezone.module.js",
"types": "./dist/browser-plugin-timezone.module.d.ts",
"files": [

@@ -25,10 +25,10 @@ "dist"

"dependencies": {
"@snowplow/browser-tracker-core": "3.0.0-alpha.3",
"@snowplow/tracker-core": "3.0.0-alpha.3",
"@snowplow/browser-tracker-core": "3.0.0-alpha.4",
"@snowplow/tracker-core": "3.0.0-alpha.4",
"jstimezonedetect": "1.0.7",
"tslib": "^2.0.3"
"tslib": "^2.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@types/jest": "^26.0.20",

@@ -44,3 +44,3 @@ "@types/jsdom": "^16.2.6",

"moment-timezone": "^0.5.26",
"rollup": "^2.34.0",
"rollup": "^2.41.1",
"rollup-plugin-cleanup": "^3.2.1",

@@ -50,4 +50,4 @@ "rollup-plugin-license": "^2.2.0",

"ts-jest": "^26.5.0",
"typescript": "^4.1.2"
"typescript": "^4.2.3"
}
}

@@ -39,3 +39,3 @@ # Snowplow Timezone Tracking

newTracker('sp1', '{{collector}}', { Plugins: [ TimezonePlugin() ] });
newTracker('sp1', '{{collector}}', { plugins: [ TimezonePlugin() ] });
```

@@ -42,0 +42,0 @@

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