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.9 to 1.0.10

dist/SlideMaker.d.ts

27

dist/index.d.ts

@@ -0,1 +1,3 @@

import { SlideData } from "./SlideMaker";
export { SlideData, SlideMaker } from "./SlideMaker";
export type AppInfo = {

@@ -20,26 +22,2 @@ id: string;

};
type TextSlideData = {
type: "TEXT";
text: string;
};
type KeyValueSlideData = {
type: "KEY_VALUE";
key: string;
value: string;
};
type TimeSlideData = {
type: "TIME";
};
type MatrixSlideData = {
type: "MATRIX";
matrix: number[][];
key_steps?: number;
value_steps?: number;
};
type FramesSlideData = {
type: "FRAMES";
frames: string[][];
idle_steps?: number;
};
export type SlideData = TextSlideData | KeyValueSlideData | TimeSlideData | MatrixSlideData | FramesSlideData;
export type AppSlide = {

@@ -69,2 +47,1 @@ title: string;

}
export {};
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SlideMaker = void 0;
var SlideMaker_1 = require("./SlideMaker");
Object.defineProperty(exports, "SlideMaker", { enumerable: true, get: function () { return SlideMaker_1.SlideMaker; } });
{
"name": "tickerowl-app-base",
"version": "1.0.9",
"version": "1.0.10",
"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