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

@snowplow/browser-plugin-geolocation

Package Overview
Dependencies
Maintainers
3
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
3.0.2

6

CHANGELOG.json

@@ -5,2 +5,8 @@ {

{
"version": "3.0.2",
"tag": "@snowplow/browser-plugin-geolocation_v3.0.2",
"date": "Thu, 15 Apr 2021 21:07:39 GMT",
"comments": {}
},
{
"version": "3.0.1",

@@ -7,0 +13,0 @@ "tag": "@snowplow/browser-plugin-geolocation_v3.0.1",

7

CHANGELOG.md
# Change Log - @snowplow/browser-plugin-geolocation
This log was last generated on Wed, 14 Apr 2021 16:30:05 GMT and should not be manually modified.
This log was last generated on Thu, 15 Apr 2021 21:07:39 GMT and should not be manually modified.
## 3.0.2
Thu, 15 Apr 2021 21:07:39 GMT
_Version update only_
## 3.0.1

@@ -6,0 +11,0 @@ Wed, 14 Apr 2021 16:30:05 GMT

2

dist/index.module.js
/*!
* Attaches Geolocation data to Snowplow events v3.0.1 (http://bit.ly/sp-js)
* Attaches Geolocation data to Snowplow events v3.0.2 (http://bit.ly/sp-js)
* Copyright 2021 Snowplow Analytics Ltd, 2010 Anthon Pang

@@ -4,0 +4,0 @@ * Licensed under BSD-3-Clause

/*!
* Attaches Geolocation data to Snowplow events v3.0.1 (http://bit.ly/sp-js)
* Attaches Geolocation data to Snowplow events v3.0.2 (http://bit.ly/sp-js)
* Copyright 2021 Snowplow Analytics Ltd, 2010 Anthon Pang

@@ -4,0 +4,0 @@ * Licensed under BSD-3-Clause

/*!
* Attaches Geolocation data to Snowplow events v3.0.1 (http://bit.ly/sp-js)
* Attaches Geolocation data to Snowplow events v3.0.2 (http://bit.ly/sp-js)
* Copyright 2021 Snowplow Analytics Ltd, 2010 Anthon Pang

@@ -4,0 +4,0 @@ * Licensed under BSD-3-Clause

{
"name": "@snowplow/browser-plugin-geolocation",
"version": "3.0.1",
"version": "3.0.2",
"description": "Attaches Geolocation data to Snowplow events",

@@ -25,4 +25,4 @@ "homepage": "http://bit.ly/sp-js",

"dependencies": {
"@snowplow/browser-tracker-core": "3.0.1",
"@snowplow/tracker-core": "3.0.1",
"@snowplow/browser-tracker-core": "3.0.2",
"@snowplow/tracker-core": "3.0.2",
"tslib": "^2.1.0"

@@ -48,4 +48,4 @@ },

"peerDependencies": {
"@snowplow/browser-tracker": "~3.0.1"
"@snowplow/browser-tracker": "~3.0.2"
}
}