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
83
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 3.1.1-beta.1 to 3.1.1-beta.2

2

dist/index.module.d.ts

@@ -7,3 +7,3 @@ import { BrowserPlugin } from '@snowplow/browser-tracker-core';

*
* @remark
* @remarks
* Enabling this will produce a popup for the user asking for permission to read their location information

@@ -10,0 +10,0 @@ */

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

@@ -43,3 +43,3 @@ * Licensed under BSD-3-Clause

*
* @remark
* @remarks
* Enabling this will produce a popup for the user asking for permission to read their location information

@@ -46,0 +46,0 @@ */

@@ -7,3 +7,3 @@ import { BrowserPlugin } from '@snowplow/browser-tracker-core';

*
* @remark
* @remarks
* Enabling this will produce a popup for the user asking for permission to read their location information

@@ -10,0 +10,0 @@ */

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

@@ -49,3 +49,3 @@ * Licensed under BSD-3-Clause

*
* @remark
* @remarks
* Enabling this will produce a popup for the user asking for permission to read their location information

@@ -52,0 +52,0 @@ */

@@ -7,3 +7,3 @@ import { BrowserPlugin } from '@snowplow/browser-tracker-core';

*
* @remark
* @remarks
* Enabling this will produce a popup for the user asking for permission to read their location information

@@ -10,0 +10,0 @@ */

/*!
* Attaches Geolocation data to Snowplow events v3.1.1-beta.1 (http://bit.ly/sp-js)
* Attaches Geolocation data to Snowplow events v3.1.1-beta.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.1.1-beta.1",
"description": "Attaches Geolocation data to Snowplow events",
"homepage": "http://bit.ly/sp-js",
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
"repository": {
"type": "git",
"url": "https://github.com/snowplow/snowplow-javascript-tracker.git"
},
"license": "BSD-3-Clause",
"author": "Paul Boocock",
"sideEffects": false,
"main": "./dist/index.umd.js",
"module": "./dist/index.module.js",
"types": "./dist/index.module.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c --silent --failAfterWarnings",
"test": ""
},
"dependencies": {
"@snowplow/browser-tracker-core": "3.1.1-beta.1",
"@snowplow/tracker-core": "3.1.1-beta.1",
"tslib": "^2.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"@wessberg/rollup-plugin-ts": "^1.3.10",
"eslint": "^7.7.0",
"jest": "^26.6.3",
"jest-standard-reporter": "^2.0.0",
"rollup": "^2.41.1",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-license": "^2.2.0",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^26.5.0",
"typescript": "^4.2.3"
},
"peerDependencies": {
"@snowplow/browser-tracker": "~3.1.1-beta.1"
}
}
"name": "@snowplow/browser-plugin-geolocation",
"version": "3.1.1-beta.2",
"description": "Attaches Geolocation data to Snowplow events",
"homepage": "http://bit.ly/sp-js",
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
"repository": {
"type": "git",
"url": "https://github.com/snowplow/snowplow-javascript-tracker.git"
},
"license": "BSD-3-Clause",
"author": "Paul Boocock",
"sideEffects": false,
"main": "./dist/index.umd.js",
"module": "./dist/index.module.js",
"types": "./dist/index.module.d.ts",
"files": [
"dist"
],
"dependencies": {
"@snowplow/browser-tracker-core": "3.1.1-beta.2",
"@snowplow/tracker-core": "3.1.1-beta.2",
"tslib": "^2.3.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"rollup-plugin-ts": "^1.4.0",
"eslint": "^7.7.0",
"jest": "^26.6.3",
"jest-standard-reporter": "^2.0.0",
"rollup": "^2.41.1",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-license": "^2.2.0",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^26.5.0",
"typescript": "^4.3.5"
},
"peerDependencies": {
"@snowplow/browser-tracker": "~3.1.1-beta.2"
},
"scripts": {
"build": "rollup -c --silent --failAfterWarnings",
"test": ""
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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