Socket
Socket
Sign inDemoInstall

@esri/hub-discussions

Package Overview
Dependencies
Maintainers
45
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 27.2.0 to 28.0.0

1

dist/esm/utils/reactions/can-create-reaction.js

@@ -11,3 +11,2 @@ import { canReadChannel } from "../channels";

export function canCreateReaction(channel, value, user = {}) {
// return false when the channel does not allow reactions
if (!channelAllowsReaction(channel, value)) {

@@ -14,0 +13,0 @@ return false;

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

function canCreateReaction(channel, value, user = {}) {
// return false when the channel does not allow reactions
if (!channelAllowsReaction(channel, value)) {

@@ -17,0 +16,0 @@ return false;

2

package.json
{
"name": "@esri/hub-discussions",
"version": "27.2.0",
"version": "28.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc