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.13 to 0.0.14

10

dist/ts-viewers-core.d.ts

@@ -294,2 +294,12 @@ // Generated by dts-bundle-generator v5.9.0

}
export interface StampCreationInfo {
subject: string;
bbox: Quadruple;
rect?: Quadruple;
}
export interface CustomStampCreationInfo extends StampCreationInfo {
imageData: number[];
type: string;
name: string;
}
export declare class UUID {

@@ -296,0 +306,0 @@ static getRandomUuid(): string;

2

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

@@ -5,0 +5,0 @@ "module": "dist/ts-viewers-core.esm.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