Socket
Socket
Sign inDemoInstall

@squared-functions/types

Package Overview
Dependencies
Maintainers
1
Versions
367
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squared-functions/types - npm Package Compare versions

Comparing version 3.9.27 to 3.10.0

2

index.d.ts

@@ -211,3 +211,3 @@ /// <reference path="./lib/type.d.ts" />

function generateUUID(): string;
function validateUUID(value: unknown): value is string;
function validateUUID(value: unknown): boolean;
function randomString(format: string, dictionary?: string): string;

@@ -214,0 +214,0 @@ function errorValue(value: string, hint?: string): Error;

@@ -576,3 +576,3 @@ /// <reference path="type.d.ts" />

/** @deprecated types + compat-v4 + module/lib-v4 (v5) */
validateUUID(value: unknown): value is string;
validateUUID(value: unknown): boolean;
/** @deprecated types + compat-v4 + module/lib-v4 (v5) */

@@ -579,0 +579,0 @@ cloneObject<T>(data: T, deep: boolean): T;

{
"name": "@squared-functions/types",
"version": "3.9.27",
"version": "3.10.0",
"description": "Type definitions for squared-functions",

@@ -5,0 +5,0 @@ "types": "lib/index.d.ts",

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