New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wix/forum_categories

Package Overview
Dependencies
Maintainers
26
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/forum_categories - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

2

build/cjs/src/forum-v1-category-categories.universal.d.ts

@@ -550,2 +550,3 @@ export interface Category {

* @requiredField categoryId
* @param options - Options for subscribing the contact.
*/

@@ -570,2 +571,3 @@ export declare function subscribeContactToCategory(categoryId: string, options?: SubscribeContactToCategoryOptions): Promise<void>;

* @requiredField categoryId
* @param options - Options for unsubscribing the contact.
*/

@@ -572,0 +574,0 @@ export declare function unsubscribeContactFromCategory(categoryId: string, options?: UnsubscribeContactFromCategoryOptions): Promise<void>;

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

* @requiredField categoryId
* @param options - Options for subscribing the contact.
*/

@@ -320,2 +321,3 @@ async function subscribeContactToCategory(categoryId, options) {

* @requiredField categoryId
* @param options - Options for unsubscribing the contact.
*/

@@ -322,0 +324,0 @@ async function unsubscribeContactFromCategory(categoryId, options) {

@@ -550,2 +550,3 @@ export interface Category {

* @requiredField categoryId
* @param options - Options for subscribing the contact.
*/

@@ -570,2 +571,3 @@ export declare function subscribeContactToCategory(categoryId: string, options?: SubscribeContactToCategoryOptions): Promise<void>;

* @requiredField categoryId
* @param options - Options for unsubscribing the contact.
*/

@@ -572,0 +574,0 @@ export declare function unsubscribeContactFromCategory(categoryId: string, options?: UnsubscribeContactFromCategoryOptions): Promise<void>;

@@ -249,2 +249,3 @@ import { transformError as sdkTransformError } from '@wix/sdk-runtime/transform-error';

* @requiredField categoryId
* @param options - Options for subscribing the contact.
*/

@@ -290,2 +291,3 @@ export async function subscribeContactToCategory(categoryId, options) {

* @requiredField categoryId
* @param options - Options for unsubscribing the contact.
*/

@@ -292,0 +294,0 @@ export async function unsubscribeContactFromCategory(categoryId, options) {

4

package.json
{
"name": "@wix/forum_categories",
"version": "1.0.16",
"version": "1.0.17",
"publishConfig": {

@@ -42,3 +42,3 @@ "registry": "https://registry.npmjs.org/",

},
"falconPackageHash": "df88784b360eaade0e4945a63476ad3fe58ec1dd1170bea2a454e811"
"falconPackageHash": "49dfc5072edf437518a500aae23f317edc781a85b6a0d23af60079e5"
}

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