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.215 to 1.0.216

5

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

@@ -348,2 +348,7 @@ export interface Category {

fieldsets?: Field[];
/**
* 2-letter language code in [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format.
* Language of the category to retrieve.
*/
language?: string | null;
}

@@ -350,0 +355,0 @@ export interface GetCategoryBySlugResponse {

@@ -301,2 +301,7 @@ export declare const __debug: {

fieldsets?: Field[];
/**
* 2-letter language code in [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format.
* Language of the category to retrieve.
*/
language?: string | null;
}

@@ -699,2 +704,7 @@ export interface GetCategoryBySlugResponse {

fieldsets?: Field[];
/**
* 2-letter language code in [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format.
* Language of the category to retrieve.
*/
language?: string | null;
}

@@ -701,0 +711,0 @@ /**

1

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

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

fieldsets: '$[1].fieldsets',
language: '$[1].language',
};

@@ -178,0 +179,0 @@ const responseTransformation = '$';

2

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

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

(_b = sideEffects === null || sideEffects === void 0 ? void 0 : sideEffects.onSuccess) === null || _b === void 0 ? void 0 : _b.call(sideEffects, result);
return fromJSON(result.data);
}

@@ -1039,3 +1038,2 @@ catch (err) {

(_b = sideEffects === null || sideEffects === void 0 ? void 0 : sideEffects.onSuccess) === null || _b === void 0 ? void 0 : _b.call(sideEffects, result);
return fromJSON(result.data);
}

@@ -1042,0 +1040,0 @@ catch (err) {

@@ -348,2 +348,7 @@ export interface Category {

fieldsets?: Field[];
/**
* 2-letter language code in [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format.
* Language of the category to retrieve.
*/
language?: string | null;
}

@@ -350,0 +355,0 @@ export interface GetCategoryBySlugResponse {

@@ -301,2 +301,7 @@ export declare const __debug: {

fieldsets?: Field[];
/**
* 2-letter language code in [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format.
* Language of the category to retrieve.
*/
language?: string | null;
}

@@ -699,2 +704,7 @@ export interface GetCategoryBySlugResponse {

fieldsets?: Field[];
/**
* 2-letter language code in [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format.
* Language of the category to retrieve.
*/
language?: string | null;
}

@@ -701,0 +711,0 @@ /**

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

fieldsets: '$[1].fieldsets',
language: '$[1].language',
};

@@ -155,0 +156,0 @@ const responseTransformation = '$';

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

(_b = sideEffects === null || sideEffects === void 0 ? void 0 : sideEffects.onSuccess) === null || _b === void 0 ? void 0 : _b.call(sideEffects, result);
return fromJSON(result.data);
}

@@ -1011,3 +1010,2 @@ catch (err) {

(_b = sideEffects === null || sideEffects === void 0 ? void 0 : sideEffects.onSuccess) === null || _b === void 0 ? void 0 : _b.call(sideEffects, result);
return fromJSON(result.data);
}

@@ -1014,0 +1012,0 @@ catch (err) {

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

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

},
"falconPackageHash": "55601ecbfcccc52735d400bf3aa4485235dd032f076c3f988d2f384b"
"falconPackageHash": "c15345421c7935c128fc91429fea191ebb10f678439f17e3570e6451"
}

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 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