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

@castlenine/utility-belt

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@castlenine/utility-belt - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

dist/index.d.ts

@@ -5,3 +5,3 @@ import * as atomicUnit from './utils/atomic-unit';

import * as currency from './utils/currency';
import * as delay from './utils/delay';
import delay from './utils/delay';
import * as email from './utils/email';

@@ -55,3 +55,3 @@ import * as number from './utils/number';

isEmailValid: (email: string | undefined) => boolean;
delay: typeof delay;
delay: (milliseconds: number) => Promise<void>;
getCurrencyFullName: (currency: Currency, lang?: Locales, plural?: boolean) => string;

@@ -58,0 +58,0 @@ getCurrencySymbol: (currency: Currency) => string;

{
"name": "@castlenine/utility-belt",
"version": "0.0.2",
"version": "0.0.3",
"description": "Utility Belt is a versatile and lightweight collection of essential JavaScript utilities designed to streamline and simplify my development workflow",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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