Socket
Socket
Sign inDemoInstall

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.15 to 0.0.16

23

dist/ts-viewers-core.d.ts

@@ -48,2 +48,25 @@ // Generated by dts-bundle-generator v5.9.0

static readonly icon_text_underline: any;
static readonly geometricIcons: {
readonly square: `<img src="${any}"/>`;
readonly circle: `<img src="${any}"/>`;
readonly line: `<img src="${any}"/>`;
readonly arrow: `<img src="${any}"/>`;
readonly polyline: `<img src="${any}"/>`;
readonly polygon: `<img src="${any}"/>`;
};
static readonly textIcons: {
readonly note: `<img src="${any}"/>`;
readonly freeText: `<img src="${any}"/>`;
readonly freeTextCallout: `<img src="${any}"/>`;
};
static readonly lineTypeIcons: {
readonly straight: `<img src="${any}"/>`;
readonly cloudy: `<img src="${any}"/>`;
};
static readonly editIcons: {
readonly close: `<img src="${any}"/>`;
readonly ok: `<img src="${any}"/>`;
readonly back: `<img src="${any}"/>`;
readonly delete: `<img src="${any}"/>`;
};
}

@@ -50,0 +73,0 @@ export declare function getCommonStyles(appName: string): string;

2

package.json
{
"name": "ts-viewers-core",
"version": "0.0.15",
"version": "0.0.16",
"description": "browser image viewer with basic painting support",

@@ -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