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

@esri/telemetry

Package Overview
Dependencies
Maintainers
44
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 6.1.2 to 6.1.3

3

dist/esm/index.js

@@ -29,2 +29,5 @@ import sha256 from 'crypto-js/sha256.js';

];
/**
* Telemetry class
*/
export class Telemetry {

@@ -31,0 +34,0 @@ constructor(options) {

@@ -33,2 +33,5 @@ "use strict";

];
/**
* Telemetry class
*/
class Telemetry {

@@ -35,0 +38,0 @@ constructor(options) {

import { Attributes, EventData, TelemetryOptions, User, Workflow } from './types';
export * from './utils';
/**
* Telemetry class
*/
export declare class Telemetry implements TelemetryCore<TelemetryOptions> {

@@ -4,0 +7,0 @@ user: User;

@@ -1210,2 +1210,5 @@ (function (global, factory) {

];
/**
* Telemetry class
*/
class Telemetry {

@@ -1212,0 +1215,0 @@ constructor(options) {

@@ -1210,2 +1210,5 @@ (function (global, factory) {

];
/**
* Telemetry class
*/
class Telemetry {

@@ -1212,0 +1215,0 @@ constructor(options) {

18

package.json
{
"name": "@esri/telemetry",
"version": "6.1.2",
"version": "6.1.3",
"description": "A JavaScript Implementation of the ArcGIS Telemetry Specification",

@@ -10,11 +10,3 @@ "main": "dist/node/index.js",

{
"name": "Rich Gwozdz",
"email": "rgwozdz@esri.com"
},
{
"name": "Daniel Fenton"
},
{
"name": "Bob Vo",
"email": "rvo@esri.com"
"name": "Esri DC"
}

@@ -42,6 +34,2 @@ ],

"license": "Apache-2.0",
"bugs": {
"url": "https://devtopia.esri.com/WebGIS/arcgis-telemetry.js/issues"
},
"homepage": "https://devtopia.esri.com/WebGIS/arcgis-telemetry.js#readme",
"files": [

@@ -57,3 +45,3 @@ "dist/*"

},
"gitHead": "8ca817cd4c7ceb08c08aba2c07eaa9acc85dda66"
"gitHead": "c3db5ed0a550a08818ca96cdb6bf8ae508325937"
}

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

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