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

astro-portabletext

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astro-portabletext - npm Package Compare versions

Comparing version 0.9.5 to 0.9.6

2

lib/internal.ts

@@ -35,3 +35,3 @@ import type { Props, SomePortableTextComponents, TypedObject } from "./types";

: (Overrides & Components)[Key];
}
},
>(components: Components, overrides: Overrides) {

@@ -38,0 +38,0 @@ const cmps = { ...components } as Record<string, ComponentOrRecord>;

@@ -93,7 +93,7 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

*/
mark: ComponentOrRecord<Mark<Record<string, any>>> | ComponentOrRecord<Mark>;
mark: ComponentOrRecord<Mark<never>>;
/**
* Used when a `mark` handler isn't found
*/
unknownMark: Component<Mark<Record<string, any>>> | Component<Mark>;
unknownMark: Component<Mark<never>>;
/**

@@ -100,0 +100,0 @@ * How line breaks should be rendered

{
"name": "astro-portabletext",
"version": "0.9.5",
"version": "0.9.6",
"type": "module",

@@ -5,0 +5,0 @@ "description": "Render Portable Text with Astro",

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