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

@wix/blog_categories

Package Overview
Dependencies
Maintainers
0
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/blog_categories - npm Package Compare versions

Comparing version 1.0.55 to 1.0.56

6

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

@@ -90,7 +90,7 @@ export interface Category {

/**
* A `{'key':'value'}` pair object where each SEO tag property (`'name'`, `'content'`, `'rel'`, `'href'`) contains a value.
* For example: `{'name': 'description', 'content': 'the description itself'}`.
* A `{"key": "value"}` pair object where each SEO tag property (`"name"`, `"content"`, `"rel"`, `"href"`) contains a value.
* For example: `{"name": "description", "content": "the description itself"}`.
*/
props?: Record<string, any> | null;
/** SEO tag meta data. For example, `{height: 300, width: 240}`. */
/** SEO tag meta data. For example, `{"height": 300, "width": 240}`. */
meta?: Record<string, any> | null;

@@ -97,0 +97,0 @@ /** SEO tag inner content. For example, `<title> inner content </title>`. */

@@ -84,7 +84,7 @@ export interface Category {

/**
* A `{'key':'value'}` pair object where each SEO tag property (`'name'`, `'content'`, `'rel'`, `'href'`) contains a value.
* For example: `{'name': 'description', 'content': 'the description itself'}`.
* A `{"key": "value"}` pair object where each SEO tag property (`"name"`, `"content"`, `"rel"`, `"href"`) contains a value.
* For example: `{"name": "description", "content": "the description itself"}`.
*/
props?: Record<string, any> | null;
/** SEO tag meta data. For example, `{height: 300, width: 240}`. */
/** SEO tag meta data. For example, `{"height": 300, "width": 240}`. */
meta?: Record<string, any> | null;

@@ -91,0 +91,0 @@ /** SEO tag inner content. For example, `<title> inner content </title>`. */

@@ -90,7 +90,7 @@ export interface Category {

/**
* A `{'key':'value'}` pair object where each SEO tag property (`'name'`, `'content'`, `'rel'`, `'href'`) contains a value.
* For example: `{'name': 'description', 'content': 'the description itself'}`.
* A `{"key": "value"}` pair object where each SEO tag property (`"name"`, `"content"`, `"rel"`, `"href"`) contains a value.
* For example: `{"name": "description", "content": "the description itself"}`.
*/
props?: Record<string, any> | null;
/** SEO tag meta data. For example, `{height: 300, width: 240}`. */
/** SEO tag meta data. For example, `{"height": 300, "width": 240}`. */
meta?: Record<string, any> | null;

@@ -97,0 +97,0 @@ /** SEO tag inner content. For example, `<title> inner content </title>`. */

@@ -84,7 +84,7 @@ export interface Category {

/**
* A `{'key':'value'}` pair object where each SEO tag property (`'name'`, `'content'`, `'rel'`, `'href'`) contains a value.
* For example: `{'name': 'description', 'content': 'the description itself'}`.
* A `{"key": "value"}` pair object where each SEO tag property (`"name"`, `"content"`, `"rel"`, `"href"`) contains a value.
* For example: `{"name": "description", "content": "the description itself"}`.
*/
props?: Record<string, any> | null;
/** SEO tag meta data. For example, `{height: 300, width: 240}`. */
/** SEO tag meta data. For example, `{"height": 300, "width": 240}`. */
meta?: Record<string, any> | null;

@@ -91,0 +91,0 @@ /** SEO tag inner content. For example, `<title> inner content </title>`. */

{
"name": "@wix/blog_categories",
"version": "1.0.55",
"version": "1.0.56",
"publishConfig": {

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

},
"falconPackageHash": "60e4bb60058264f73b5f4a00656eb23ba2721eca8fc1fc2380c4e2e4"
"falconPackageHash": "f0c66f10b5166c3a1ec479e218ea8e624211e1797fee47bbd369fd72"
}

@@ -562,7 +562,7 @@ type HostModule<T, H extends Host> = {

/**
* A `{'key':'value'}` pair object where each SEO tag property (`'name'`, `'content'`, `'rel'`, `'href'`) contains a value.
* For example: `{'name': 'description', 'content': 'the description itself'}`.
* A `{"key": "value"}` pair object where each SEO tag property (`"name"`, `"content"`, `"rel"`, `"href"`) contains a value.
* For example: `{"name": "description", "content": "the description itself"}`.
*/
props?: Record<string, any> | null;
/** SEO tag meta data. For example, `{height: 300, width: 240}`. */
/** SEO tag meta data. For example, `{"height": 300, "width": 240}`. */
meta?: Record<string, any> | null;

@@ -569,0 +569,0 @@ /** SEO tag inner content. For example, `<title> inner content </title>`. */

@@ -562,7 +562,7 @@ type HostModule<T, H extends Host> = {

/**
* A `{'key':'value'}` pair object where each SEO tag property (`'name'`, `'content'`, `'rel'`, `'href'`) contains a value.
* For example: `{'name': 'description', 'content': 'the description itself'}`.
* A `{"key": "value"}` pair object where each SEO tag property (`"name"`, `"content"`, `"rel"`, `"href"`) contains a value.
* For example: `{"name": "description", "content": "the description itself"}`.
*/
props?: Record<string, any> | null;
/** SEO tag meta data. For example, `{height: 300, width: 240}`. */
/** SEO tag meta data. For example, `{"height": 300, "width": 240}`. */
meta?: Record<string, any> | null;

@@ -569,0 +569,0 @@ /** SEO tag inner content. For example, `<title> inner content </title>`. */

@@ -84,7 +84,7 @@ interface Category {

/**
* A `{'key':'value'}` pair object where each SEO tag property (`'name'`, `'content'`, `'rel'`, `'href'`) contains a value.
* For example: `{'name': 'description', 'content': 'the description itself'}`.
* A `{"key": "value"}` pair object where each SEO tag property (`"name"`, `"content"`, `"rel"`, `"href"`) contains a value.
* For example: `{"name": "description", "content": "the description itself"}`.
*/
props?: Record<string, any> | null;
/** SEO tag meta data. For example, `{height: 300, width: 240}`. */
/** SEO tag meta data. For example, `{"height": 300, "width": 240}`. */
meta?: Record<string, any> | null;

@@ -91,0 +91,0 @@ /** SEO tag inner content. For example, `<title> inner content </title>`. */

@@ -90,7 +90,7 @@ interface Category$1 {

/**
* A `{'key':'value'}` pair object where each SEO tag property (`'name'`, `'content'`, `'rel'`, `'href'`) contains a value.
* For example: `{'name': 'description', 'content': 'the description itself'}`.
* A `{"key": "value"}` pair object where each SEO tag property (`"name"`, `"content"`, `"rel"`, `"href"`) contains a value.
* For example: `{"name": "description", "content": "the description itself"}`.
*/
props?: Record<string, any> | null;
/** SEO tag meta data. For example, `{height: 300, width: 240}`. */
/** SEO tag meta data. For example, `{"height": 300, "width": 240}`. */
meta?: Record<string, any> | null;

@@ -482,7 +482,7 @@ /** SEO tag inner content. For example, `<title> inner content </title>`. */

/**
* A `{'key':'value'}` pair object where each SEO tag property (`'name'`, `'content'`, `'rel'`, `'href'`) contains a value.
* For example: `{'name': 'description', 'content': 'the description itself'}`.
* A `{"key": "value"}` pair object where each SEO tag property (`"name"`, `"content"`, `"rel"`, `"href"`) contains a value.
* For example: `{"name": "description", "content": "the description itself"}`.
*/
props?: Record<string, any> | null;
/** SEO tag meta data. For example, `{height: 300, width: 240}`. */
/** SEO tag meta data. For example, `{"height": 300, "width": 240}`. */
meta?: Record<string, any> | null;

@@ -489,0 +489,0 @@ /** SEO tag inner content. For example, `<title> inner content </title>`. */

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