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.4 to 1.0.0-beta.5

5

dist/types/types.d.ts

@@ -440,4 +440,5 @@ import { IHubRequestOptions as _IHubRequestOptions } from "@esri/hub-common";

*/
export interface IHubRequestOptions extends Omit<_IHubRequestOptions, "httpMethod"> {
httpMethod: "GET" | "POST" | "PATCH" | "DELETE";
export interface IHubRequestOptions extends Omit<_IHubRequestOptions, "httpMethod" | "isPortal"> {
httpMethod?: "GET" | "POST" | "PATCH" | "DELETE";
isPortal?: boolean;
token?: string;

@@ -444,0 +445,0 @@ }

2

dist/umd/discussions.umd.js
/* @preserve
* @esri/hub-discussions - v1.0.0-beta.4 - Tue Mar 23 2021 11:49:08 GMT-0400 (Eastern Daylight Time)
* @esri/hub-discussions - v1.0.0-beta.5 - Wed Mar 24 2021 09:49:28 GMT-0400 (Eastern Daylight Time)
* Copyright (c) 2021 Environmental Systems Research Institute, Inc.

@@ -4,0 +4,0 @@ * Apache-2.0

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

@@ -5,0 +5,0 @@ "main": "dist/node/index.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