Socket
Socket
Sign inDemoInstall

@stackbit/types

Package Overview
Dependencies
Maintainers
13
Versions
293
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stackbit/types - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6-alpha.0

4

dist/content-source-document.d.ts

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

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

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

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

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

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

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

},
"gitHead": "a63161f72fb4ca99c360c2639870d1a6cc130a33"
"gitHead": "65f458ec0b72f622327c33e77bdba013c8ce6220"
}

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

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

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

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

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

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