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.11 to 0.0.12

5

dist/ts-viewers-core.d.ts

@@ -115,2 +115,3 @@ // Generated by dts-bundle-generator v5.9.0

id?: number;
uuid?: string;
}

@@ -121,2 +122,4 @@ export declare abstract class SmoothPath {

get id(): number;
protected readonly _uuid: string;
get uuid(): string;
protected readonly _bufferSize: number;

@@ -225,6 +228,4 @@ get bufferSize(): number;

export interface SvgSmoothPathOptions extends SmoothPathOptions {
bufferSize?: number;
strokeWidth?: number;
color?: Quadruple;
id?: number;
}

@@ -231,0 +232,0 @@ export declare class SvgSmoothPath extends SmoothPath {

2

package.json
{
"name": "ts-viewers-core",
"version": "0.0.11",
"version": "0.0.12",
"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