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

@screencloud/uuid

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@screencloud/uuid - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

16

build/index.d.ts

@@ -1,9 +0,9 @@

export declare type Uuid = string;
export declare type CompactUuid = string;
export declare function genUuid(): Uuid;
export declare type UUID = string;
export declare type CompactUUID = string;
export declare function genUuid(): UUID;
export declare function isString(str: any): str is string;
export declare function isNilUuid(str: any): str is Uuid;
export declare function isUuid(str: any): str is Uuid;
export declare function isCompactUuid(str: any): str is CompactUuid;
export declare function compactUuid(uuid: Uuid | CompactUuid | string): CompactUuid;
export declare function expandUuid(str: string | CompactUuid | Uuid): Uuid;
export declare function isNilUuid(str: any): str is UUID;
export declare function isUuid(str: any): str is UUID;
export declare function isCompactUuid(str: any): str is CompactUUID;
export declare function compactUuid(uuid: UUID | CompactUUID | string): CompactUUID;
export declare function expandUuid(str: string | CompactUUID | UUID): UUID;

@@ -42,3 +42,3 @@ {

},
"version": "1.0.0"
"version": "1.1.0"
}
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