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

@wix/blog

Package Overview
Dependencies
Maintainers
21
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/blog - npm Package Compare versions

Comparing version 1.0.216 to 1.0.217

4

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

@@ -286,4 +286,2 @@ export interface Category {

category?: Category;
/** Field mask of fields to update. */
fieldMask?: string[];
}

@@ -299,4 +297,2 @@ export interface BulkUpdateCategoriesResponse {

category?: Category;
/** Field mask of fields to update. */
fieldMask?: string[];
/**

@@ -303,0 +299,0 @@ * List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in

10

build/cjs/src/blog-v3-category.universal.d.ts

@@ -239,4 +239,2 @@ export declare const __debug: {

category?: Category;
/** Field mask of fields to update. */
fieldMask?: string[];
}

@@ -252,4 +250,2 @@ export interface BulkUpdateCategoriesResponse {

category?: Category;
/** Field mask of fields to update. */
fieldMask?: string[];
/**

@@ -788,5 +784,5 @@ * List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in

interface QueryOffsetResult {
currentPage: number;
totalPages: number;
totalCount: number;
currentPage: number | undefined;
totalPages: number | undefined;
totalCount: number | undefined;
hasNext: () => boolean;

@@ -793,0 +789,0 @@ hasPrev: () => boolean;

@@ -167,4 +167,2 @@ export interface Tag {

tag?: Tag;
/** Field mask of fields to update. */
fieldMask?: string[];
/**

@@ -171,0 +169,0 @@ * List of tag fields to be included if entities are present in the response.

@@ -173,4 +173,2 @@ export declare const __debug: {

tag?: Tag;
/** Field mask of fields to update. */
fieldMask?: string[];
/**

@@ -660,5 +658,5 @@ * List of tag fields to be included if entities are present in the response.

interface QueryOffsetResult {
currentPage: number;
totalPages: number;
totalCount: number;
currentPage: number | undefined;
totalPages: number | undefined;
totalCount: number | undefined;
hasNext: () => boolean;

@@ -665,0 +663,0 @@ hasPrev: () => boolean;

@@ -286,4 +286,2 @@ export interface Category {

category?: Category;
/** Field mask of fields to update. */
fieldMask?: string[];
}

@@ -299,4 +297,2 @@ export interface BulkUpdateCategoriesResponse {

category?: Category;
/** Field mask of fields to update. */
fieldMask?: string[];
/**

@@ -303,0 +299,0 @@ * List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in

@@ -239,4 +239,2 @@ export declare const __debug: {

category?: Category;
/** Field mask of fields to update. */
fieldMask?: string[];
}

@@ -252,4 +250,2 @@ export interface BulkUpdateCategoriesResponse {

category?: Category;
/** Field mask of fields to update. */
fieldMask?: string[];
/**

@@ -788,5 +784,5 @@ * List of additional category fields to include in the response. For example, use the `URL` fieldset to retrieve the url field in

interface QueryOffsetResult {
currentPage: number;
totalPages: number;
totalCount: number;
currentPage: number | undefined;
totalPages: number | undefined;
totalCount: number | undefined;
hasNext: () => boolean;

@@ -793,0 +789,0 @@ hasPrev: () => boolean;

@@ -167,4 +167,2 @@ export interface Tag {

tag?: Tag;
/** Field mask of fields to update. */
fieldMask?: string[];
/**

@@ -171,0 +169,0 @@ * List of tag fields to be included if entities are present in the response.

@@ -173,4 +173,2 @@ export declare const __debug: {

tag?: Tag;
/** Field mask of fields to update. */
fieldMask?: string[];
/**

@@ -660,5 +658,5 @@ * List of tag fields to be included if entities are present in the response.

interface QueryOffsetResult {
currentPage: number;
totalPages: number;
totalCount: number;
currentPage: number | undefined;
totalPages: number | undefined;
totalCount: number | undefined;
hasNext: () => boolean;

@@ -665,0 +663,0 @@ hasPrev: () => boolean;

{
"name": "@wix/blog",
"version": "1.0.216",
"version": "1.0.217",
"publishConfig": {

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

},
"falconPackageHash": "c15345421c7935c128fc91429fea191ebb10f678439f17e3570e6451"
"falconPackageHash": "1c7cf3c2d438be5cf41b966a73bcf8990b65f88aa2bd0b8e6ddafa0f"
}

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 too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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