Socket
Socket
Sign inDemoInstall

@esri/hub-discussions

Package Overview
Dependencies
21
Maintainers
42
Versions
276
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 20.0.1 to 21.0.0

8

dist/types/types.d.ts

@@ -375,5 +375,2 @@ import { IPagingParams, IPagedResponse as IRestPagedResponse, IUser } from "@esri/arcgis-rest-types";

}
export declare type PostReactionSummary = {
[key in PostReaction]: string[];
};
/**

@@ -404,7 +401,6 @@ * representation of post from service

replyCount?: number;
reactions?: PostReactionSummary;
userReactions?: IReaction[];
reactions?: IReaction[];
}
/**
* base paramaters for creating a post
* base parameters for creating a post
*

@@ -411,0 +407,0 @@ * @export

{
"name": "@esri/hub-discussions",
"version": "20.0.1",
"version": "21.0.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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc