Socket
Socket
Sign inDemoInstall

@stackbit/types

Package Overview
Dependencies
Maintainers
13
Versions
287
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.6-alpha.0 to 0.1.6-locale.0

6

dist/content-source-document.d.ts

@@ -12,3 +12,4 @@ import type { FieldType } from './model-fields';

updatedAt: string;
updatedBy?: (string | null)[];
updatedBy?: string[];
locale?: string;
fields: Record<string, DocumentField>;

@@ -25,3 +26,4 @@ context: DocumentContext;

updatedAt: string;
updatedBy?: (string | null)[];
updatedBy?: string[];
locale?: string;
fields: AssetFields;

@@ -28,0 +30,0 @@ context: AssetContext;

@@ -14,2 +14,3 @@ /**

readOnly?: boolean;
localized?: boolean;
labelField?: string;

@@ -16,0 +17,0 @@ /** @deprecated */

{
"name": "@stackbit/types",
"version": "0.1.6-alpha.0",
"version": "0.1.6-locale.0",
"description": "Types for Stackbit config and Content Source Interface",

@@ -42,3 +42,3 @@ "main": "dist/index.js",

},
"gitHead": "65f458ec0b72f622327c33e77bdba013c8ce6220"
"gitHead": "5ae211b3a7770c097d36efe3b860ed4d4d8a3c25"
}

@@ -13,3 +13,4 @@ import type { FieldType } from './model-fields';

updatedAt: string;
updatedBy?: (string | null)[];
updatedBy?: string[];
locale?: string;
fields: Record<string, DocumentField>;

@@ -27,3 +28,4 @@ context: DocumentContext;

updatedAt: string;
updatedBy?: (string | null)[];
updatedBy?: string[];
locale?: string;
fields: AssetFields;

@@ -30,0 +32,0 @@ context: AssetContext;

@@ -17,2 +17,3 @@ /**

readOnly?: boolean;
localized?: boolean;
labelField?: string;

@@ -19,0 +20,0 @@ /** @deprecated */

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc