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.22 to 1.1.23

8

dist/index.js

@@ -43,8 +43,4 @@ "use strict";

timeZone: timezone,
year: 'numeric',
month: 'long',
day: 'numeric',
hour: 'numeric',
minute: 'numeric',
second: 'numeric'
dateStyle: 'full',
timeStyle: 'long'
};

@@ -51,0 +47,0 @@ return new Intl.DateTimeFormat('en-US', configOptions).format(date);

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

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

@@ -8,8 +8,4 @@ import * as zoneData from './all_timezone_lists.json';

timeZone: timezone,
year: 'numeric',
month: 'long',
day: 'numeric',
hour: 'numeric',
minute: 'numeric',
second: 'numeric'
dateStyle: 'full',
timeStyle: 'long'
};

@@ -16,0 +12,0 @@ return new Intl.DateTimeFormat('en-US', configOptions).format(date);

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