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

@dopt/block-types

Package Overview
Dependencies
Maintainers
5
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dopt/block-types - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

dist/fields/fields.d.ts
import { Static } from '@sinclair/typebox';
export type FIELD_VALUE_UNION_TYPE = string | number | boolean | null;
export type FIELD_TYPE_LITERALS = 'string' | 'boolean' | 'number';
export type FIELD_TYPE_LITERALS = 'string' | 'number' | 'boolean';
export declare const FIELD_TYPE_LITERALS: Record<string, FIELD_TYPE_LITERALS>;

@@ -5,0 +5,0 @@ export declare const StringField: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TObject<{

{
"name": "@dopt/block-types",
"version": "2.0.1",
"version": "2.0.2",
"description": "Schema/Type definitions for objects surfaced through the Block API",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/dopt/odopt/tree/main/packages/%40dopt/block-types",

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