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

time-date-tools

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

time-date-tools - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

2

dist/utils/class/Client.js

@@ -36,3 +36,3 @@ var __create = Object.create;

async #loadLanguageFiles() {
const files = import_fs.default.readdirSync("./res/languages/").filter((e) => e.endsWith(".json"));
const files = import_fs.default.readdirSync(__dirname + "../../../../res/languages").filter((e) => e.endsWith(".json"));
for (const file of files) {

@@ -39,0 +39,0 @@ if (!this.lang[file.replace(/.json/, "")])

@@ -31,3 +31,3 @@ var __defProp = Object.defineProperty;

this.precision = options?.precision != false | 0;
this.long = options?.long == true | 0;
this.long = options?.long != false | 0;
}

@@ -34,0 +34,0 @@ async parse(time) {

{
"name": "time-date-tools",
"version": "0.0.21",
"version": "0.0.22",
"description": "",

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