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

@prismicio/api-renderer

Package Overview
Dependencies
Maintainers
32
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prismicio/api-renderer - npm Package Compare versions

Comparing version 3.2.4-alpha.9 to 3.2.4-alpha.10

3

lib/models/customtypes/fields/nestable/LinkDef/AnyLinkDef.js

@@ -17,5 +17,6 @@ "use strict";

exports.AnyLinkDef = new t.Type("AnyLinkDef", (u) => u.select === "any", (u) => {
return (0, function_1.pipe)(codec.decode(u), fp_ts_1.either.map(() => {
return (0, function_1.pipe)(codec.decode(u), fp_ts_1.either.map((decoded) => {
return {
select: null,
allowText: decoded.allowText,
};

@@ -22,0 +23,0 @@ }));

{
"name": "@prismicio/api-renderer",
"version": "3.2.4-alpha.9",
"version": "3.2.4-alpha.10",
"description": "Prismic renderers for the content API",

@@ -5,0 +5,0 @@ "keywords": [

@@ -24,5 +24,6 @@ import type { LinkConfig } from "@prismicio/types-internal/lib/customtypes"

codec.decode(u),
either.map(() => {
either.map((decoded) => {
return {
select: null,
allowText: decoded.allowText,
}

@@ -29,0 +30,0 @@ }),

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