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.3 to 0.0.4

3

dist/ts-viewers-core.d.ts

@@ -26,3 +26,6 @@ // Generated by dts-bundle-generator v5.9.0

}
export declare class UUID {
static getRandomUuid(): string;
}
export {};

@@ -25,2 +25,4 @@ /**

import { v4 } from 'uuid';
class ByteUtils {

@@ -213,2 +215,8 @@ static parseIntFromBytes(bytes) {

export { ByteUtils, DomUtils };
class UUID {
static getRandomUuid() {
return v4();
}
}
export { ByteUtils, DomUtils, UUID };

2

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