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 22.0.0 to 22.1.0

25

dist/esm/types.js

@@ -20,10 +20,27 @@ /**

(function (PostReaction) {
PostReaction["THUMBS_UP"] = "thumbs_up";
PostReaction["THUMBS_DOWN"] = "thumbs_down";
PostReaction["THINKING"] = "thinking";
PostReaction["CLAPPING_HANDS"] = "clapping_hands";
PostReaction["CONFUSED"] = "confused";
PostReaction["DOWN_ARROW"] = "down_arrow";
PostReaction["EYES"] = "eyes";
PostReaction["FACE_WITH_TEARS_OF_JOY"] = "face_with_tears_of_joy";
PostReaction["FIRE"] = "fire";
PostReaction["GRINNING"] = "grinning";
PostReaction["HEART"] = "heart";
PostReaction["LAUGH"] = "laugh";
PostReaction["ONE_HUNDRED"] = "one_hundred";
PostReaction["PARTYING"] = "partying";
PostReaction["PARTY_POPPER"] = "party_popper";
PostReaction["RAISING_HANDS"] = "raising_hands";
PostReaction["ROCKET"] = "rocket";
PostReaction["SAD"] = "sad";
PostReaction["LAUGH"] = "laugh";
PostReaction["SLIGHTLY_SMILING"] = "slightly_smiling";
PostReaction["SURPRISED"] = "surprised";
PostReaction["THINKING"] = "thinking";
PostReaction["THUMBS_UP"] = "thumbs_up";
PostReaction["THUMBS_DOWN"] = "thumbs_down";
PostReaction["TROPHY"] = "trophy";
PostReaction["UP_ARROW"] = "up_arrow";
PostReaction["WAVING_HAND"] = "waving_hand";
PostReaction["WINKING"] = "winking";
PostReaction["WORLD_MAP"] = "world_map";
})(PostReaction || (PostReaction = {}));

@@ -30,0 +47,0 @@ /**

@@ -23,10 +23,27 @@ "use strict";

(function (PostReaction) {
PostReaction["THUMBS_UP"] = "thumbs_up";
PostReaction["THUMBS_DOWN"] = "thumbs_down";
PostReaction["THINKING"] = "thinking";
PostReaction["CLAPPING_HANDS"] = "clapping_hands";
PostReaction["CONFUSED"] = "confused";
PostReaction["DOWN_ARROW"] = "down_arrow";
PostReaction["EYES"] = "eyes";
PostReaction["FACE_WITH_TEARS_OF_JOY"] = "face_with_tears_of_joy";
PostReaction["FIRE"] = "fire";
PostReaction["GRINNING"] = "grinning";
PostReaction["HEART"] = "heart";
PostReaction["LAUGH"] = "laugh";
PostReaction["ONE_HUNDRED"] = "one_hundred";
PostReaction["PARTYING"] = "partying";
PostReaction["PARTY_POPPER"] = "party_popper";
PostReaction["RAISING_HANDS"] = "raising_hands";
PostReaction["ROCKET"] = "rocket";
PostReaction["SAD"] = "sad";
PostReaction["LAUGH"] = "laugh";
PostReaction["SLIGHTLY_SMILING"] = "slightly_smiling";
PostReaction["SURPRISED"] = "surprised";
PostReaction["THINKING"] = "thinking";
PostReaction["THUMBS_UP"] = "thumbs_up";
PostReaction["THUMBS_DOWN"] = "thumbs_down";
PostReaction["TROPHY"] = "trophy";
PostReaction["UP_ARROW"] = "up_arrow";
PostReaction["WAVING_HAND"] = "waving_hand";
PostReaction["WINKING"] = "winking";
PostReaction["WORLD_MAP"] = "world_map";
})(PostReaction = exports.PostReaction || (exports.PostReaction = {}));

@@ -33,0 +50,0 @@ /**

@@ -21,10 +21,27 @@ import { IPagingParams, IPagedResponse as IRestPagedResponse, IUser } from "@esri/arcgis-rest-types";

export declare enum PostReaction {
THUMBS_UP = "thumbs_up",
THUMBS_DOWN = "thumbs_down",
THINKING = "thinking",
CLAPPING_HANDS = "clapping_hands",
CONFUSED = "confused",
DOWN_ARROW = "down_arrow",
EYES = "eyes",
FACE_WITH_TEARS_OF_JOY = "face_with_tears_of_joy",
FIRE = "fire",
GRINNING = "grinning",
HEART = "heart",
LAUGH = "laugh",
ONE_HUNDRED = "one_hundred",
PARTYING = "partying",
PARTY_POPPER = "party_popper",
RAISING_HANDS = "raising_hands",
ROCKET = "rocket",
SAD = "sad",
LAUGH = "laugh",
SURPRISED = "surprised"
SLIGHTLY_SMILING = "slightly_smiling",
SURPRISED = "surprised",
THINKING = "thinking",
THUMBS_UP = "thumbs_up",
THUMBS_DOWN = "thumbs_down",
TROPHY = "trophy",
UP_ARROW = "up_arrow",
WAVING_HAND = "waving_hand",
WINKING = "winking",
WORLD_MAP = "world_map"
}

@@ -31,0 +48,0 @@ /**

2

package.json
{
"name": "@esri/hub-discussions",
"version": "22.0.0",
"version": "22.1.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