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

rud

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rud - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

18

index.d.ts
export declare function rudDigits(
ymd: [Number, String],
glue?: String,
): String;
ymd: number | string,
glue?: string,
): string;
export declare function rudString(
ymd: [Number, String],
writeYear?: Boolean,
): String;
ymd: number | string,
writeYear?: boolean,
): string;
export declare function rudInterval(
d1: [Number, String],
d2: [Number, String],
): String;
d1: number | string,
d2: number | string,
): string;
{
"name": "rud",
"version": "1.0.4",
"version": "1.0.5",
"description": "russian date submission tool",

@@ -5,0 +5,0 @@ "main": "dist/index.common.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