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.2 to 2.0.3

22

dist/index.js

@@ -357,6 +357,9 @@ "use strict";

[
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" })
import_typebox9.Type.Literal("complete", {
$id: "complete_intent_flow",
title: "Complete_Intent"
}),
import_typebox9.Type.Literal("exit", { $id: "exit_intent", title: "Exit_Intent" }),
import_typebox9.Type.Literal("reset", { $id: "reset_intent", title: "Reset_Intent" }),
import_typebox9.Type.Literal("start", { $id: "start_intent", title: "Start_Intent" })
],

@@ -367,6 +370,9 @@ { $id: "FlowIntent", title: "Flow_Intent" }

[
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" })
import_typebox9.Type.Literal("complete", {
$id: "complete_intent_block",
title: "Complete_Intent"
}),
import_typebox9.Type.Literal("next", { $id: "next_intent", title: "Next_Intent" }),
import_typebox9.Type.Literal("prev", { $id: "prev_intent", title: "Prev_Intent" }),
import_typebox9.Type.Literal("goTo", { $id: "goTo_intent", title: "GoTo_Intent" })
],

@@ -373,0 +379,0 @@ { $id: "BlockIntent", title: "Block_Intent" }

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

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