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

ts-viewers-core

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-viewers-core - npm Package Compare versions

Comparing version 0.0.22 to 0.0.23

8

dist/ts-viewers-core.d.ts

@@ -219,5 +219,5 @@ // Generated by dts-bundle-generator v5.9.0

}
export declare class Loader {
static readonly loaderHtml = "\n <div class=\"abs-full-size-overlay\">\n <div class=\"loader\">\n <div></div>\n <div></div>\n <div></div>\n </div>\n </div>\n ";
protected readonly _loaderElement: HTMLElement;
export declare class Spinner {
static readonly spinnerHtml = "\n <div class=\"abs-full-size-overlay\">\n <div class=\"spinner\">\n <div></div>\n <div></div>\n <div></div>\n </div>\n </div>\n ";
protected readonly _spinnerElement: HTMLElement;
protected _isShown: boolean;

@@ -350,3 +350,3 @@ constructor();

private readonly _fileInput;
private readonly _loader;
private readonly _spinner;
private _overlay;

@@ -353,0 +353,0 @@ constructor(container: HTMLElement, eventService: EventService);

{
"name": "ts-viewers-core",
"version": "0.0.22",
"version": "0.0.23",
"description": "some core types and functions common to my viewer modules",

@@ -5,0 +5,0 @@ "module": "dist/ts-viewers-core.esm.js",

Sorry, the diff of this file is too big to display

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