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.11 to 1.0.12

6

dist/index.d.ts

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

description?: string;
type: "text" | "number";
type: "text" | "number" | "select";
required?: boolean;
placeholder?: string;
options?: {
label: string;
value: string;
}[];
};

@@ -20,0 +24,0 @@ export type SlideInputValue = {

2

package.json
{
"name": "tickerowl-app-base",
"version": "1.0.11",
"version": "1.0.12",
"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