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 2.0.0-beta.13 to 2.0.0-beta.14

19

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

@@ -32,7 +32,7 @@ "main": "dist/telemetry.js",

"homepage": "https://github.com/ArcGIS/telemetry.js#readme",
"dependencies": {
"analytics": "^0.7.3",
"rgwozdz-aws-pinpoint": "0.1.0-alpha.0"
"dependencies": {},
"peerDependencies": {
"analytics": "^0.7.4",
"@analytics/aws-pinpoint": "^0.4.3"
},
"peerDependencies": {},
"standard": {

@@ -44,8 +44,7 @@ "globals": [

"fetch"
],
"ignore": [
"src/*.js",
"test.html"
]
}
},
"files": [
"dist/**"
]
}
{
"name": "@esri/telemetry",
"version": "2.0.0-beta.13",
"version": "2.0.0-beta.14",
"description": "A JavaScript Implementation of the ArcGIS Telemetry Specification",

@@ -10,4 +10,4 @@ "main": "dist/telemetry.js",

"test": "jest \".*\\.test\\.js\" --notify",
"package": "npm build && npm publish --access public",
"package-beta": "npm build && npm publish --tag beta --access public"
"package": "npm run build && npm publish --access public",
"package-beta": "npm run build && npm publish --tag beta --access public"
},

@@ -14,0 +14,0 @@ "repository": {

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