New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@voiceflow/base-types

Package Overview
Dependencies
Maintainers
15
Versions
337
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voiceflow/base-types - npm Package Compare versions

Comparing version 1.4.4 to 1.5.0

2

build/text/index.d.ts

@@ -9,2 +9,3 @@ import { BaseElement, BaseText } from 'slate';

export declare enum TextProperty {
BACKGROUND_COLOR = "backgroundColor",
COLOR = "color",

@@ -25,2 +26,3 @@ ITALIC = "italic",

export interface Text extends BaseText {
[TextProperty.BACKGROUND_COLOR]?: Color;
[TextProperty.COLOR]?: Color;

@@ -27,0 +29,0 @@ [TextProperty.ITALIC]?: boolean;

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

(function (TextProperty) {
TextProperty["BACKGROUND_COLOR"] = "backgroundColor";
TextProperty["COLOR"] = "color";

@@ -8,0 +9,0 @@ TextProperty["ITALIC"] = "italic";

4

package.json
{
"name": "@voiceflow/base-types",
"description": "Voiceflow base project types",
"version": "1.4.4",
"version": "1.5.0",
"author": "Voiceflow",

@@ -40,3 +40,3 @@ "bugs": {

},
"gitHead": "1c4a1f7e1782dfef6d764a538f6a24c3916e5dc5"
"gitHead": "da5a10b7f71fb39f645cdb418b78363a53e1545c"
}

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