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

@esri/telemetry

Package Overview
Dependencies
Maintainers
45
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.2.1 to 4.0.0-beta.0

dist/telemetry.js.amd.js

83

package.json
{
"name": "@esri/telemetry",
"version": "3.2.1",
"version": "4.0.0-beta.0",
"description": "A JavaScript Implementation of the ArcGIS Telemetry Specification",
"main": "dist/telemetry.js",
"scripts": {
"build": "node build.js",
"lint": "standard src",
"test": "jest \".*\\.test\\.js\" --notify",
"package": "npm install && npm run build && npm publish --access public",
"package-beta": "npm run build && npm publish --tag beta --access public"
},
"repository": {
"type": "git",
"url": "git@devtopia.esri.com:WebGIS/arcgis-telemetry.js"
},
"keywords": [
"arcgis",
"telemetry",
"analytics",
"tracking",
"google",
"amazon"
],
"contributors": [

@@ -38,2 +19,16 @@ {

],
"scripts": {
"build": "node ../../scripts/index.js",
"lint": "standard src",
"test": "jest \".*\\.test\\.js\" --notify",
"test:watch": "jest \".*\\.test\\.js\" --notify --watch",
"package": "npm install && npm run build && npm publish --access public",
"package-beta": "npm run build && npm publish --tag beta --access public"
},
"keywords": [
"arcgis",
"telemetry",
"analytics",
"tracking"
],
"license": "Apache-2.0",

@@ -44,50 +39,2 @@ "bugs": {

"homepage": "https://devtopia.esri.com/WebGIS/arcgis-telemetry.js#readme",
"devDependencies": {
"@analytics/aws-pinpoint": "^0.4.3",
"analytics": "^0.7.4",
"babel-cli": "^6.24.1",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-function-name": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-es2015-parameters": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-es2016": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"cross-fetch": "^3.0.6",
"del": "^2.2.2",
"fast-text-encoding": "^1.0.3",
"fetch-mock": "^9.11.0",
"jest": "^26.6.3",
"node-localstorage": "^1.3.0",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-includepaths": "^0.2.2",
"rollup-plugin-local-resolve": "^1.0.7",
"rollup-plugin-uglify": "^1.0.1",
"standard": "^10.0.2",
"window": "^4.2.0",
"xmlhttprequest": "^1.8.0"
},
"peerDependencies": {
"@analytics/aws-pinpoint": "^0.4.3",
"analytics": "^0.7.4"
},
"optionalDependencies": {
"universal-analytics": "^0.4.23"
},
"standard": {
"globals": [
"window",
"document",
"XMLHttpRequest",
"fetch"
],
"ignore": [
"dist/*.js",
"test.html"
]
},
"files": [

@@ -94,0 +41,0 @@ "dist/*"

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