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 2.0.0 to 2.0.1

20

dist/index.js

@@ -357,17 +357,17 @@ "use strict";

[
import_typebox9.Type.Literal("complete"),
import_typebox9.Type.Literal("exit"),
import_typebox9.Type.Literal("reset"),
import_typebox9.Type.Literal("start")
import_typebox9.Type.Literal("complete", { title: "Complete_Intent" }),
import_typebox9.Type.Literal("exit", { title: "Exit_Intent" }),
import_typebox9.Type.Literal("reset", { title: "Reset_Intent" }),
import_typebox9.Type.Literal("start", { title: "Start_Intent" })
],
{ $id: "FlowIntent" }
{ $id: "FlowIntent", title: "Flow_Intent" }
);
var BlockIntent = import_typebox9.Type.Union(
[
import_typebox9.Type.Literal("complete"),
import_typebox9.Type.Literal("next"),
import_typebox9.Type.Literal("prev"),
import_typebox9.Type.Literal("goTo")
import_typebox9.Type.Literal("complete", { title: "Complete_Intent" }),
import_typebox9.Type.Literal("next", { title: "Next_Intent" }),
import_typebox9.Type.Literal("prev", { title: "Prev_Intent" }),
import_typebox9.Type.Literal("goTo", { title: "GoTo_Intent" })
],
{ $id: "BlockIntent" }
{ $id: "BlockIntent", title: "Block_Intent" }
);

@@ -374,0 +374,0 @@

{
"name": "@dopt/block-types",
"version": "2.0.0",
"version": "2.0.1",
"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