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.14 to 1.0.15

dist/Cache.d.ts

9

dist/index.d.ts

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

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

@@ -42,8 +45,2 @@ id: string;

};
export interface AppDataStore {
read(key: string): Promise<string | null>;
write(key: string, value: string): Promise<void>;
delete(key: string): Promise<void>;
list(prefix: string): Promise<string[]>;
}
export interface App {

@@ -50,0 +47,0 @@ getInfo(): AppInfo;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SlideMaker = void 0;
exports.getCached = exports.SlideMaker = void 0;
var SlideMaker_1 = require("./SlideMaker");
Object.defineProperty(exports, "SlideMaker", { enumerable: true, get: function () { return SlideMaker_1.SlideMaker; } });
var Cache_1 = require("./Cache");
Object.defineProperty(exports, "getCached", { enumerable: true, get: function () { return Cache_1.getCached; } });
{
"name": "tickerowl-app-base",
"version": "1.0.14",
"version": "1.0.15",
"description": "",

@@ -8,3 +8,3 @@ "main": "dist/index.js",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "tsc && jest dist/tests",
"build": "tsc"

@@ -22,4 +22,7 @@ },

"devDependencies": {
"@types/node": "^22.7.6"
"@jest/globals": "^29.7.0",
"@types/node": "^22.7.6",
"jest": "^29.7.0",
"ts-jest": "^29.2.5"
}
}
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