Socket
Socket
Sign inDemoInstall

@wix/blog

Package Overview
Dependencies
Maintainers
20
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.171 to 1.0.172

7

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

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

* @param options - Options specifying which fields to return.
* @permissionScope Read Blog
* @returns Fulfilled - The requested post.

@@ -621,2 +622,3 @@ */

* The end of a post's URL, for example, `https:/example.com/blog/post/my-post-slug`. Case sensitive and generally based on the post title if not specified.
* @permissionScope Read Blog
* @returns Fulfilled - The requested post.

@@ -684,2 +686,3 @@ */

* @param options - Sort, filter, and paging options.
* @permissionScope Read Blog
* @returns Fulfilled - List of retrieved posts.

@@ -763,2 +766,3 @@ */

* @param options - Options specifying which fields to return.
* @permissionScope Read Blog
*/

@@ -827,2 +831,3 @@ function queryPosts(options) {

* @requiredField postId
* @permissionScope Read Blog
* @returns Fulfilled - Post metrics.

@@ -885,2 +890,3 @@ */

* @param options - Options specifying time frame, sort, and filter.
* @permissionScope Read Blog
* @returns Fulfilled - Post count stats.

@@ -949,2 +955,3 @@ */

* @param options - Language Options.
* @permissionScope Read Blog
* @returns Fulfilled - Total number of posts.

@@ -951,0 +958,0 @@ */

4

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

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

* @param options - Options specifying which additional fields to return.
* @permissionScope Read Blog
*/

@@ -517,2 +518,3 @@ export declare function getTagByLabel(label: string, options?: GetTagByLabelOptions): Promise<GetTagByLabelResponse>;

* @param options - Options specifying which additional fields to return.
* @permissionScope Read Blog
*/

@@ -542,2 +544,3 @@ export declare function getTag(tagId: string, options?: GetTagOptions): Promise<GetTagResponse>;

* @param options - Options specifying which additional fields to return.
* @permissionScope Read Blog
*/

@@ -573,2 +576,3 @@ export declare function getTagBySlug(slug: string, options?: GetTagBySlugOptions): Promise<GetTagBySlugResponse>;

* @param options - Options specifying which fields to return.
* @permissionScope Read Blog
*/

@@ -575,0 +579,0 @@ export declare function queryTags(options?: QueryTagsOptions): TagsQueryBuilder;

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

* @param options - Options specifying which additional fields to return.
* @permissionScope Read Blog
*/

@@ -143,2 +144,3 @@ function getTagByLabel(label, options) {

* @param options - Options specifying which additional fields to return.
* @permissionScope Read Blog
*/

@@ -205,2 +207,3 @@ function getTag(tagId, options) {

* @param options - Options specifying which additional fields to return.
* @permissionScope Read Blog
*/

@@ -273,2 +276,3 @@ function getTagBySlug(slug, options) {

* @param options - Options specifying which fields to return.
* @permissionScope Read Blog
*/

@@ -275,0 +279,0 @@ function queryTags(options) {

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

* @param options - Options specifying which fields to return.
* @permissionScope Read Blog
* @returns Fulfilled - The requested post.

@@ -598,2 +599,3 @@ */

* The end of a post's URL, for example, `https:/example.com/blog/post/my-post-slug`. Case sensitive and generally based on the post title if not specified.
* @permissionScope Read Blog
* @returns Fulfilled - The requested post.

@@ -660,2 +662,3 @@ */

* @param options - Sort, filter, and paging options.
* @permissionScope Read Blog
* @returns Fulfilled - List of retrieved posts.

@@ -738,2 +741,3 @@ */

* @param options - Options specifying which fields to return.
* @permissionScope Read Blog
*/

@@ -801,2 +805,3 @@ export function queryPosts(options) {

* @requiredField postId
* @permissionScope Read Blog
* @returns Fulfilled - Post metrics.

@@ -858,2 +863,3 @@ */

* @param options - Options specifying time frame, sort, and filter.
* @permissionScope Read Blog
* @returns Fulfilled - Post count stats.

@@ -921,2 +927,3 @@ */

* @param options - Language Options.
* @permissionScope Read Blog
* @returns Fulfilled - Total number of posts.

@@ -923,0 +930,0 @@ */

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

* @param options - Options specifying which additional fields to return.
* @permissionScope Read Blog
*/

@@ -517,2 +518,3 @@ export declare function getTagByLabel(label: string, options?: GetTagByLabelOptions): Promise<GetTagByLabelResponse>;

* @param options - Options specifying which additional fields to return.
* @permissionScope Read Blog
*/

@@ -542,2 +544,3 @@ export declare function getTag(tagId: string, options?: GetTagOptions): Promise<GetTagResponse>;

* @param options - Options specifying which additional fields to return.
* @permissionScope Read Blog
*/

@@ -573,2 +576,3 @@ export declare function getTagBySlug(slug: string, options?: GetTagBySlugOptions): Promise<GetTagBySlugResponse>;

* @param options - Options specifying which fields to return.
* @permissionScope Read Blog
*/

@@ -575,0 +579,0 @@ export declare function queryTags(options?: QueryTagsOptions): TagsQueryBuilder;

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

* @param options - Options specifying which additional fields to return.
* @permissionScope Read Blog
*/

@@ -120,2 +121,3 @@ export function getTagByLabel(label, options) {

* @param options - Options specifying which additional fields to return.
* @permissionScope Read Blog
*/

@@ -181,2 +183,3 @@ export function getTag(tagId, options) {

* @param options - Options specifying which additional fields to return.
* @permissionScope Read Blog
*/

@@ -248,2 +251,3 @@ export function getTagBySlug(slug, options) {

* @param options - Options specifying which fields to return.
* @permissionScope Read Blog
*/

@@ -250,0 +254,0 @@ export function queryTags(options) {

4

package.json
{
"name": "@wix/blog",
"version": "1.0.171",
"version": "1.0.172",
"publishConfig": {

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

},
"falconPackageHash": "eab2aff8a600e882db9528cc517066e85c7fe0c02e3d2fdf41d338f9"
"falconPackageHash": "aa705d188fa5b8cf5a5666b6a709433f8066d7a09a91c0aa384619e2"
}

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