New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.1.23 to 1.1.24

2

dist/index.js

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

};
return new Intl.DateTimeFormat('en-US', configOptions).format(date);
return new Intl.DateTimeFormat('en-GB', configOptions).format(date);
}

@@ -49,0 +49,0 @@ function getAllZones() {

{
"name": "timezone-js-ts",
"version": "1.1.23",
"version": "1.1.24",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -11,3 +11,3 @@ import * as zoneData from './all_timezone_lists.json';

};
return new Intl.DateTimeFormat('en-US', configOptions).format(date);
return new Intl.DateTimeFormat('en-GB', configOptions).format(date);
}

@@ -14,0 +14,0 @@

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