New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 0.0.0 to 1.0.0-beta.0

6

dist/flow/index.d.ts
import { Static } from '@sinclair/typebox';
export declare const FlowState: import("@sinclair/typebox").TReadonly<import("@sinclair/typebox").TObject<{
exited: import("@sinclair/typebox").TBoolean;
started: import("@sinclair/typebox").TBoolean;
completed: import("@sinclair/typebox").TBoolean;
}>>;
export type FlowState = Static<typeof FlowState>;
export declare const Flow: import("@sinclair/typebox").TObject<{

@@ -3,0 +9,0 @@ kind: import("@sinclair/typebox").TReadonly<import("@sinclair/typebox").TLiteral<"flow">>;

17

dist/index.js

@@ -33,2 +33,3 @@ "use strict";

FlowIntent: () => FlowIntent,
FlowState: () => FlowState,
Model: () => Model,

@@ -102,2 +103,9 @@ ModelProps: () => ModelProps

var import_typebox7 = require("@sinclair/typebox");
var FlowState = import_typebox7.Type.Readonly(
import_typebox7.Type.Object({
exited: import_typebox7.Type.Boolean(),
started: import_typebox7.Type.Boolean(),
completed: import_typebox7.Type.Boolean()
})
);
var Flow = import_typebox7.Type.Object({

@@ -109,9 +117,3 @@ kind: import_typebox7.Type.Readonly(import_typebox7.Type.Literal("flow")),

version: import_typebox7.Type.Readonly(import_typebox7.Type.Number()),
state: import_typebox7.Type.Readonly(
import_typebox7.Type.Object({
exited: import_typebox7.Type.Boolean(),
started: import_typebox7.Type.Boolean(),
completed: import_typebox7.Type.Boolean()
})
),
state: FlowState,
blocks: import_typebox7.Type.Optional(import_typebox7.Type.Array(Block))

@@ -131,4 +133,5 @@ });

FlowIntent,
FlowState,
Model,
ModelProps
});
{
"name": "@dopt/block-types",
"version": "0.0.0",
"version": "1.0.0-beta.0",
"description": "Schema/Type definitions for objects surfaced through the Block API",
"homepage": "https://github.com/dopt/odopt/tree/main/packages/%40dopt/block-types",
"repository": {
"type": "git",
"url": "https://github.com/dopt/odopt.git",
"directory": "packages/@dopt/block-types"
},
"license": "MIT",
"private": false,

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

"typescript": "4.9.3",
"@dopt/check-formatting": "0.0.0",
"@dopt/config": "0.0.0",
"@dopt/check-formatting": "0.0.0",
"@dopt/tsup": "0.0.0"

@@ -39,0 +46,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