Socket
Socket
Sign inDemoInstall

@wix/blog

Package Overview
Dependencies
Maintainers
17
Versions
185
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.155 to 1.0.156

7

build/cjs/src/blog-v3-post.universal.js

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

* @public
* @documentationMaturity preview
* @requiredField postId

@@ -612,3 +611,2 @@ * @param options - Options specifying which fields to return.

* @public
* @documentationMaturity preview
* @requiredField GetPostBySlugRequest

@@ -681,3 +679,2 @@ * @requiredField slug

* @public
* @documentationMaturity preview
* @param options - Sort, filter, and paging options.

@@ -761,3 +758,2 @@ * @returns Fulfilled - List of retrieved posts.

* @public
* @documentationMaturity preview
* @param options - Options specifying which fields to return.

@@ -826,3 +822,2 @@ */

* @public
* @documentationMaturity preview
* @requiredField postId

@@ -885,3 +880,2 @@ * @returns Fulfilled - Post metrics.

* @public
* @documentationMaturity preview
* @param options - Options specifying time frame, sort, and filter.

@@ -950,3 +944,2 @@ * @returns Fulfilled - Post count stats.

* @public
* @documentationMaturity preview
* @param options - Language Options.

@@ -953,0 +946,0 @@ * @returns Fulfilled - Total number of posts.

29

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

@@ -484,2 +484,3 @@ export declare const __debug: {

* @public
* @documentationMaturity preview
* @requiredField GetTagByLabelRequest

@@ -515,2 +516,3 @@ * @requiredField label

* @public
* @documentationMaturity preview
* @requiredField tagId

@@ -540,2 +542,3 @@ * @param options - Options specifying which additional fields to return.

* @public
* @documentationMaturity preview
* @requiredField slug

@@ -572,2 +575,3 @@ * @param options - Options specifying which additional fields to return.

* @public
* @documentationMaturity preview
* @param options - Options specifying which fields to return.

@@ -611,2 +615,3 @@ */

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -616,2 +621,3 @@ eq: (propertyName: string, value: any) => TagsQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -621,2 +627,3 @@ ne: (propertyName: string, value: any) => TagsQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -626,2 +633,3 @@ ge: (propertyName: string, value: any) => TagsQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -631,2 +639,3 @@ gt: (propertyName: string, value: any) => TagsQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -636,2 +645,3 @@ le: (propertyName: string, value: any) => TagsQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -641,2 +651,3 @@ lt: (propertyName: string, value: any) => TagsQueryBuilder;

* @param string - String to compare against. Case-insensitive.
* @documentationMaturity preview
*/

@@ -646,14 +657,24 @@ startsWith: (propertyName: string, value: string) => TagsQueryBuilder;

* @param values - List of values to compare against.
* @documentationMaturity preview
*/
hasSome: (propertyName: string, value: any[]) => TagsQueryBuilder;
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
* @documentationMaturity preview
*/
ascending: (...propertyNames: string[]) => TagsQueryBuilder;
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
* @documentationMaturity preview
*/
descending: (...propertyNames: string[]) => TagsQueryBuilder;
/** @param limit - Number of items to return, which is also the `pageSize` of the results object. */
/** @param limit - Number of items to return, which is also the `pageSize` of the results object.
* @documentationMaturity preview
*/
limit: (limit: number) => TagsQueryBuilder;
/** @param skip - Number of items to skip in the query results before returning the results. */
/** @param skip - Number of items to skip in the query results before returning the results.
* @documentationMaturity preview
*/
skip: (skip: number) => TagsQueryBuilder;
/** @documentationMaturity preview */
find: () => Promise<TagsQueryResult>;
}
export {};

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

* @public
* @documentationMaturity preview
* @requiredField GetTagByLabelRequest

@@ -141,2 +142,3 @@ * @requiredField label

* @public
* @documentationMaturity preview
* @requiredField tagId

@@ -203,2 +205,3 @@ * @param options - Options specifying which additional fields to return.

* @public
* @documentationMaturity preview
* @requiredField slug

@@ -272,2 +275,3 @@ * @param options - Options specifying which additional fields to return.

* @public
* @documentationMaturity preview
* @param options - Options specifying which fields to return.

@@ -274,0 +278,0 @@ */

@@ -527,3 +527,2 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

* @public
* @documentationMaturity preview
* @requiredField postId

@@ -589,3 +588,2 @@ * @param options - Options specifying which fields to return.

* @public
* @documentationMaturity preview
* @requiredField GetPostBySlugRequest

@@ -657,3 +655,2 @@ * @requiredField slug

* @public
* @documentationMaturity preview
* @param options - Sort, filter, and paging options.

@@ -736,3 +733,2 @@ * @returns Fulfilled - List of retrieved posts.

* @public
* @documentationMaturity preview
* @param options - Options specifying which fields to return.

@@ -800,3 +796,2 @@ */

* @public
* @documentationMaturity preview
* @requiredField postId

@@ -858,3 +853,2 @@ * @returns Fulfilled - Post metrics.

* @public
* @documentationMaturity preview
* @param options - Options specifying time frame, sort, and filter.

@@ -922,3 +916,2 @@ * @returns Fulfilled - Post count stats.

* @public
* @documentationMaturity preview
* @param options - Language Options.

@@ -925,0 +918,0 @@ * @returns Fulfilled - Total number of posts.

@@ -484,2 +484,3 @@ export declare const __debug: {

* @public
* @documentationMaturity preview
* @requiredField GetTagByLabelRequest

@@ -515,2 +516,3 @@ * @requiredField label

* @public
* @documentationMaturity preview
* @requiredField tagId

@@ -540,2 +542,3 @@ * @param options - Options specifying which additional fields to return.

* @public
* @documentationMaturity preview
* @requiredField slug

@@ -572,2 +575,3 @@ * @param options - Options specifying which additional fields to return.

* @public
* @documentationMaturity preview
* @param options - Options specifying which fields to return.

@@ -611,2 +615,3 @@ */

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -616,2 +621,3 @@ eq: (propertyName: string, value: any) => TagsQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -621,2 +627,3 @@ ne: (propertyName: string, value: any) => TagsQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -626,2 +633,3 @@ ge: (propertyName: string, value: any) => TagsQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -631,2 +639,3 @@ gt: (propertyName: string, value: any) => TagsQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -636,2 +645,3 @@ le: (propertyName: string, value: any) => TagsQueryBuilder;

* @param value - Value to compare against.
* @documentationMaturity preview
*/

@@ -641,2 +651,3 @@ lt: (propertyName: string, value: any) => TagsQueryBuilder;

* @param string - String to compare against. Case-insensitive.
* @documentationMaturity preview
*/

@@ -646,14 +657,24 @@ startsWith: (propertyName: string, value: string) => TagsQueryBuilder;

* @param values - List of values to compare against.
* @documentationMaturity preview
*/
hasSome: (propertyName: string, value: any[]) => TagsQueryBuilder;
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
* @documentationMaturity preview
*/
ascending: (...propertyNames: string[]) => TagsQueryBuilder;
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
* @documentationMaturity preview
*/
descending: (...propertyNames: string[]) => TagsQueryBuilder;
/** @param limit - Number of items to return, which is also the `pageSize` of the results object. */
/** @param limit - Number of items to return, which is also the `pageSize` of the results object.
* @documentationMaturity preview
*/
limit: (limit: number) => TagsQueryBuilder;
/** @param skip - Number of items to skip in the query results before returning the results. */
/** @param skip - Number of items to skip in the query results before returning the results.
* @documentationMaturity preview
*/
skip: (skip: number) => TagsQueryBuilder;
/** @documentationMaturity preview */
find: () => Promise<TagsQueryResult>;
}
export {};

@@ -57,2 +57,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

* @public
* @documentationMaturity preview
* @requiredField GetTagByLabelRequest

@@ -118,2 +119,3 @@ * @requiredField label

* @public
* @documentationMaturity preview
* @requiredField tagId

@@ -179,2 +181,3 @@ * @param options - Options specifying which additional fields to return.

* @public
* @documentationMaturity preview
* @requiredField slug

@@ -247,2 +250,3 @@ * @param options - Options specifying which additional fields to return.

* @public
* @documentationMaturity preview
* @param options - Options specifying which fields to return.

@@ -249,0 +253,0 @@ */

{
"name": "@wix/blog",
"version": "1.0.155",
"version": "1.0.156",
"publishConfig": {

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

},
"falconPackageHash": "21d1ec31db7ddc08f944092632f84ab0cd9a8a3b98ceafb16b853402"
"falconPackageHash": "0325da1fa0d032a8784966662984e2e3d91717c1b653f79ae2e9ce7e"
}

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

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