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.173 to 1.0.174

2

build/cjs/index.d.ts

@@ -0,3 +1,3 @@

export * as posts from './src/blog-v3-post.public';
export * as categories from './src/blog-v3-category.public';
export * as posts from './src/blog-v3-post.public';
export * as tags from './src/blog-v3-tag.public';

@@ -22,6 +22,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.tags = exports.posts = exports.categories = void 0;
exports.tags = exports.categories = exports.posts = void 0;
exports.posts = __importStar(require("./src/blog-v3-post.public"));
exports.categories = __importStar(require("./src/blog-v3-category.public"));
exports.posts = __importStar(require("./src/blog-v3-post.public"));
exports.tags = __importStar(require("./src/blog-v3-tag.public"));
//# sourceMappingURL=index.js.map

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

* @permissionScope Read Blog
* @applicableIdentity APP
*/

@@ -533,2 +534,3 @@ export declare function getCategory(categoryId: string, options?: GetCategoryOptions): Promise<GetCategoryResponse>;

* @permissionScope Read Blog
* @applicableIdentity APP
*/

@@ -555,2 +557,3 @@ export declare function getCategoryBySlug(slug: string, options?: GetCategoryBySlugOptions): Promise<GetCategoryBySlugResponse>;

* @permissionScope Read Blog
* @applicableIdentity APP
*/

@@ -597,2 +600,3 @@ export declare function listCategories(options?: ListCategoriesOptions): Promise<ListCategoriesResponse>;

* @permissionScope Read Blog
* @applicableIdentity APP
*/

@@ -599,0 +603,0 @@ export declare function queryCategories(options?: QueryCategoriesOptions): CategoriesQueryBuilder;

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

* @permissionScope Read Blog
* @applicableIdentity APP
*/

@@ -161,2 +162,3 @@ function getCategory(categoryId, options) {

* @permissionScope Read Blog
* @applicableIdentity APP
*/

@@ -220,2 +222,3 @@ function getCategoryBySlug(slug, options) {

* @permissionScope Read Blog
* @applicableIdentity APP
*/

@@ -289,2 +292,3 @@ function listCategories(options) {

* @permissionScope Read Blog
* @applicableIdentity APP
*/

@@ -291,0 +295,0 @@ function queryCategories(options) {

@@ -0,3 +1,3 @@

export * as posts from './src/blog-v3-post.public';
export * as categories from './src/blog-v3-category.public';
export * as posts from './src/blog-v3-post.public';
export * as tags from './src/blog-v3-tag.public';

@@ -0,4 +1,4 @@

export * as posts from './src/blog-v3-post.public';
export * as categories from './src/blog-v3-category.public';
export * as posts from './src/blog-v3-post.public';
export * as tags from './src/blog-v3-tag.public';
//# sourceMappingURL=index.js.map

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

* @permissionScope Read Blog
* @applicableIdentity APP
*/

@@ -533,2 +534,3 @@ export declare function getCategory(categoryId: string, options?: GetCategoryOptions): Promise<GetCategoryResponse>;

* @permissionScope Read Blog
* @applicableIdentity APP
*/

@@ -555,2 +557,3 @@ export declare function getCategoryBySlug(slug: string, options?: GetCategoryBySlugOptions): Promise<GetCategoryBySlugResponse>;

* @permissionScope Read Blog
* @applicableIdentity APP
*/

@@ -597,2 +600,3 @@ export declare function listCategories(options?: ListCategoriesOptions): Promise<ListCategoriesResponse>;

* @permissionScope Read Blog
* @applicableIdentity APP
*/

@@ -599,0 +603,0 @@ export declare function queryCategories(options?: QueryCategoriesOptions): CategoriesQueryBuilder;

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

* @permissionScope Read Blog
* @applicableIdentity APP
*/

@@ -138,2 +139,3 @@ export function getCategory(categoryId, options) {

* @permissionScope Read Blog
* @applicableIdentity APP
*/

@@ -196,2 +198,3 @@ export function getCategoryBySlug(slug, options) {

* @permissionScope Read Blog
* @applicableIdentity APP
*/

@@ -264,2 +267,3 @@ export function listCategories(options) {

* @permissionScope Read Blog
* @applicableIdentity APP
*/

@@ -266,0 +270,0 @@ export function queryCategories(options) {

{
"name": "@wix/blog",
"version": "1.0.173",
"version": "1.0.174",
"publishConfig": {

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

},
"falconPackageHash": "3abc8030b0c54b0a30892ab202ff0d5865cc704d9bd429b71fee9f11"
"falconPackageHash": "c06a9ef9486e7927b23e07cd93e932f630a8cd54acacd62f1e1f3557"
}

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