Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wix/blog_categories

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/blog_categories - npm Package Compare versions

Comparing version 1.0.40 to 1.0.41

7

build/cjs/src/blog-v3-category-categories.types.d.ts

@@ -21,9 +21,2 @@ export interface Category {

/**
* Category position in sequence.
* @deprecated Category position in sequence.
* @replacedBy display_position
* @targetRemovalDate 2024-06-30
*/
rank?: number | null;
/**
* Category position in sequence. Categories with a lower display position are displayed first. Categories with a position of `-1` appear at the end of the sequence.

@@ -30,0 +23,0 @@ *

@@ -24,9 +24,2 @@ export interface Category {

title?: string;
/**
* Reserved for internal use.
* @deprecated Category position in sequence.
* @replacedBy display_position
* @targetRemovalDate 2024-06-30
*/
rank?: number | null;
/** Position of the category in the [Category Menu](https://support.wix.com/en/article/wix-blog-adding-and-customizing-a-category-menu). Categories with lower display position are displayed first. */

@@ -33,0 +26,0 @@ displayPosition?: number | null;

@@ -21,9 +21,2 @@ export interface Category {

/**
* Category position in sequence.
* @deprecated Category position in sequence.
* @replacedBy display_position
* @targetRemovalDate 2024-06-30
*/
rank?: number | null;
/**
* Category position in sequence. Categories with a lower display position are displayed first. Categories with a position of `-1` appear at the end of the sequence.

@@ -30,0 +23,0 @@ *

@@ -24,9 +24,2 @@ export interface Category {

title?: string;
/**
* Reserved for internal use.
* @deprecated Category position in sequence.
* @replacedBy display_position
* @targetRemovalDate 2024-06-30
*/
rank?: number | null;
/** Position of the category in the [Category Menu](https://support.wix.com/en/article/wix-blog-adding-and-customizing-a-category-menu). Categories with lower display position are displayed first. */

@@ -33,0 +26,0 @@ displayPosition?: number | null;

4

package.json
{
"name": "@wix/blog_categories",
"version": "1.0.40",
"version": "1.0.41",
"publishConfig": {

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

},
"falconPackageHash": "b71b5bca38449997321a87f3e783f2a154502f98ab04d4491ea6d1a2"
"falconPackageHash": "b75d61b5513a5f88c0f359e97b5e6dbe7369920af5b7a6094a098a87"
}

@@ -434,9 +434,2 @@ type HostModule<T, H extends Host> = {

title?: string;
/**
* Reserved for internal use.
* @deprecated Category position in sequence.
* @replacedBy display_position
* @targetRemovalDate 2024-06-30
*/
rank?: number | null;
/** Position of the category in the [Category Menu](https://support.wix.com/en/article/wix-blog-adding-and-customizing-a-category-menu). Categories with lower display position are displayed first. */

@@ -443,0 +436,0 @@ displayPosition?: number | null;

@@ -434,9 +434,2 @@ type HostModule<T, H extends Host> = {

title?: string;
/**
* Reserved for internal use.
* @deprecated Category position in sequence.
* @replacedBy display_position
* @targetRemovalDate 2024-06-30
*/
rank?: number | null;
/** Position of the category in the [Category Menu](https://support.wix.com/en/article/wix-blog-adding-and-customizing-a-category-menu). Categories with lower display position are displayed first. */

@@ -443,0 +436,0 @@ displayPosition?: number | null;

@@ -24,9 +24,2 @@ interface Category {

title?: string;
/**
* Reserved for internal use.
* @deprecated Category position in sequence.
* @replacedBy display_position
* @targetRemovalDate 2024-06-30
*/
rank?: number | null;
/** Position of the category in the [Category Menu](https://support.wix.com/en/article/wix-blog-adding-and-customizing-a-category-menu). Categories with lower display position are displayed first. */

@@ -33,0 +26,0 @@ displayPosition?: number | null;

@@ -21,9 +21,2 @@ interface Category$1 {

/**
* Category position in sequence.
* @deprecated Category position in sequence.
* @replacedBy display_position
* @targetRemovalDate 2024-06-30
*/
rank?: number | null;
/**
* Category position in sequence. Categories with a lower display position are displayed first. Categories with a position of `-1` appear at the end of the sequence.

@@ -413,9 +406,2 @@ *

title?: string;
/**
* Reserved for internal use.
* @deprecated Category position in sequence.
* @replacedBy display_position
* @targetRemovalDate 2024-06-30
*/
rank?: number | null;
/** Position of the category in the [Category Menu](https://support.wix.com/en/article/wix-blog-adding-and-customizing-a-category-menu). Categories with lower display position are displayed first. */

@@ -422,0 +408,0 @@ displayPosition?: number | null;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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