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

tickerowl-app-base

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tickerowl-app-base - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

6

dist/index.d.ts

@@ -15,3 +15,3 @@ import { SlideData } from "./SlideMaker";

description?: string;
type: "text" | "number" | "select";
type: "text" | "number" | "select" | "checkbox";
required?: boolean;

@@ -23,6 +23,6 @@ placeholder?: string;

}[];
defaultValue?: string | number;
defaultValue?: string | number | boolean;
};
export type SlideInputValue = {
value?: string | number | null;
value?: string | number | null | boolean;
};

@@ -29,0 +29,0 @@ export type AppSlide = {

{
"name": "tickerowl-app-base",
"version": "1.0.13",
"version": "1.0.14",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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