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

@arcteryx/sanity-content

Package Overview
Dependencies
Maintainers
0
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcteryx/sanity-content - npm Package Compare versions

Comparing version 1.77.0 to 1.77.1

14

dist/fragments/link.js

@@ -15,3 +15,4 @@ import { z } from 'zod';

});
export const linkQuery = groq `{
export const linkQuery = groq `
{
${translateStringQuery('label')},

@@ -25,4 +26,9 @@ _type,

"iconPosition": coalesce(iconPosition, "left"),
"target": select(
(linkType == 'default' || linkType == 'page') => target, "_self"),
"target": coalesce(
select(
(linkType == 'default' || linkType == 'page') => target,
"_self"
),
"_self"
),
"url": coalesce(

@@ -32,5 +38,5 @@ select(

linkType == 'page' || linkType == 'internalModal' => pageReference->slug.current
),
),
""
)
}`;
{
"name": "@arcteryx/sanity-content",
"version": "1.77.0",
"version": "1.77.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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