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

timezone-js-ts

Package Overview
Dependencies
Maintainers
0
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timezone-js-ts - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

dist/index.d.ts

@@ -8,6 +8,5 @@ export declare function getCurrentGlobalTime(timezone: string, localeIdentifier?: string): {

};
difference?: undefined;
} | {
time: string;
difference: {
diff: {
dfference: any;

@@ -17,3 +16,2 @@ yourLocalTimezone: string;

timezone?: undefined;
diff?: undefined;
};

@@ -20,0 +18,0 @@ export declare function allTimezones(): {

@@ -147,3 +147,3 @@ "use strict";

else {
return { time: res, difference: diff };
return { time: res, diff };
// return res;

@@ -150,0 +150,0 @@ }

{
"name": "timezone-js-ts",
"version": "3.0.0",
"version": "3.0.1",
"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