Socket
Socket
Sign inDemoInstall

@esri/hub-discussions

Package Overview
Dependencies
Maintainers
41
Versions
284
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@esri/hub-discussions - npm Package Compare versions

Comparing version 1.0.0-beta.14 to 1.0.0-beta.15

3

dist/esm/utils/request.js

@@ -55,3 +55,4 @@ import { __extends } from "tslib";

// are normalized: https://github.com/Esri/hub.js/pull/479#discussion_r607866561
var apiBase = options.hubApiUrl || "https://ingress.eks.qa.hub.geocloud.com/api/v1";
var apiBase = options.hubApiUrl ||
"https://ingress.eks.qa.hub.geocloud.com/api/discussions/v1";
if (options.params) {

@@ -58,0 +59,0 @@ if (options.httpMethod === "GET") {

@@ -54,3 +54,4 @@ "use strict";

// are normalized: https://github.com/Esri/hub.js/pull/479#discussion_r607866561
const apiBase = options.hubApiUrl || "https://ingress.eks.qa.hub.geocloud.com/api/v1";
const apiBase = options.hubApiUrl ||
"https://ingress.eks.qa.hub.geocloud.com/api/discussions/v1";
if (options.params) {

@@ -57,0 +58,0 @@ if (options.httpMethod === "GET") {

{
"name": "@esri/hub-discussions",
"version": "1.0.0-beta.14",
"version": "1.0.0-beta.15",
"description": "Module to interact with ArcGIS Hub Discussions API in Node.js and modern browsers.",

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

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