Socket
Socket
Sign inDemoInstall

@esri/hub-discussions

Package Overview
Dependencies
Maintainers
42
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 19.2.1 to 19.3.0

1

dist/esm/types.js

@@ -194,2 +194,3 @@ /**

ChannelRelation["SETTINGS"] = "settings";
ChannelRelation["CHANNEL_ACL"] = "channelAcl";
})(ChannelRelation || (ChannelRelation = {}));

@@ -196,0 +197,0 @@ export var AclCategory;

@@ -197,2 +197,3 @@ "use strict";

ChannelRelation["SETTINGS"] = "settings";
ChannelRelation["CHANNEL_ACL"] = "channelAcl";
})(ChannelRelation = exports.ChannelRelation || (exports.ChannelRelation = {}));

@@ -199,0 +200,0 @@ var AclCategory;

3

dist/types/types.d.ts

@@ -622,3 +622,4 @@ import { IPagingParams, IPagedResponse as IRestPagedResponse, IUser } from "@esri/arcgis-rest-types";

export declare enum ChannelRelation {
SETTINGS = "settings"
SETTINGS = "settings",
CHANNEL_ACL = "channelAcl"
}

@@ -625,0 +626,0 @@ /**

{
"name": "@esri/hub-discussions",
"version": "19.2.1",
"version": "19.3.0",
"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