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

@prismicio/types

Package Overview
Dependencies
Maintainers
19
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prismicio/types - npm Package Compare versions

Comparing version 0.2.1-alpha.0 to 0.2.1-alpha.1

4

dist/index.d.ts

@@ -575,3 +575,3 @@ declare type EmptyObjectField = Record<string, never>;

slice_label: string | null;
slice_id?: string;
id?: string;
primary: PrimaryFields;

@@ -588,3 +588,3 @@ items: ItemsFields[];

slice_label: null;
slice_id?: string;
id?: string;
} & Variations;

@@ -591,0 +591,0 @@ interface SharedSliceVariation<Variation = string, PrimaryFields extends Record<string, AnyRegularField> = Record<string, AnyRegularField>, ItemsFields extends Record<string, AnyRegularField> = Record<string, AnyRegularField>> {

{
"name": "@prismicio/types",
"version": "0.2.1-alpha.0",
"version": "0.2.1-alpha.1",
"description": "Type definitions for Prismic related structure",

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

@@ -811,3 +811,3 @@ type EmptyObjectField = Record<string, never>;

slice_label: string | null;
slice_id?: string;
id?: string;
primary: PrimaryFields;

@@ -828,3 +828,3 @@ items: ItemsFields[];

slice_label: null;
slice_id?: string;
id?: string;
} & Variations;

@@ -831,0 +831,0 @@

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