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

@esri/telemetry

Package Overview
Dependencies
Maintainers
41
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@esri/telemetry - npm Package Compare versions

Comparing version 3.0.0-beta.4 to 3.0.0

5

CHANGELOG.md

@@ -7,4 +7,4 @@ # Change Log

## Unreleased
## Changed
## [3.0.0] - 03/12/2021
### Changed
* Remove handrolled code that send telemetry via the deprecated AWS mobileanalytics service

@@ -129,2 +129,3 @@ * Use "analytics" library to send telemetry via AWS pinpoint service

[3.0.0]: https://github.com/arcgis/telemetry.js/compare/v2.0.0...v3.0.0
[2.0.0]: https://github.com/arcgis/telemetry.js/compare/v1.5.0...v2.0.0

@@ -131,0 +132,0 @@ [1.5.0]: https://github.com/arcgis/telemetry.js/compare/v1.4.0...v1.5.0

2

package.json
{
"name": "@esri/telemetry",
"version": "3.0.0-beta.4",
"version": "3.0.0",
"description": "A JavaScript Implementation of the ArcGIS Telemetry Specification",

@@ -5,0 +5,0 @@ "main": "dist/telemetry.js",

@@ -9,3 +9,4 @@ # Telemetry.js

** NOTE **
If using version 2.x.x or greater, you are required to have some version of `fetch` available globally. Most browsers now include, but a polyfill will work.
* If using version 2.x.x or greater, you are required to have some version of `fetch` available globally. Most browsers now include, but a polyfill will work.
* If using version 3.x.x or greater, you are required to add `analytics` and `@analytics/aws-pinpoint` NPMs to your parent project if you require the Amazon tracker.

@@ -164,2 +165,6 @@ # API

** NOTE **
* If using version 2.x.x or greater, you are required to have some version of `fetch` available globally. Most browsers now include, but a polyfill will work.
* If using version 3.x.x or greater, you are required to add `analytics` and `@analytics/aws-pinpoint` modules to your parent project if you require the Amazon tracker.
### In the browser

@@ -166,0 +171,0 @@ ```js

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