New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@therms/web-js

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@therms/web-js - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [2.5.1](https://bitbucket.org/thermsio/web-js/compare/v2.5.0...v2.5.1) (2022-08-20)
### Bug Fixes
* argentina timezone string ([1510d7a](https://bitbucket.org/thermsio/web-js/commits/1510d7a7d857984ef044b889c3cd0de4dfe9a8c3))
# [2.5.0](https://bitbucket.org/thermsio/web-js/compare/v2.4.0...v2.5.0) (2022-08-20)

@@ -2,0 +9,0 @@

4

dist/cjs.js

@@ -26,3 +26,3 @@ 'use strict';

Timezone["America/Halifax"] = "America/Halifax";
Timezone["America/Argentina/Buenos_Aires"] = "America/Argentina/Buenos_Aires";
Timezone["America/Buenos_Aires"] = "America/Buenos_Aires";
Timezone["America/Sao_Paulo"] = "America/Sao_Paulo";

@@ -102,3 +102,3 @@ Timezone["Atlantic/Azores"] = "Atlantic/Azores";

label: '(GMT-03:00) Buenos Aires',
tzCode: exports.Timezone['America/Argentina/Buenos_Aires'],
tzCode: exports.Timezone['America/Buenos_Aires'],
},

@@ -105,0 +105,0 @@ {

@@ -11,3 +11,3 @@ export declare enum Timezone {

'America/Halifax' = "America/Halifax",
'America/Argentina/Buenos_Aires' = "America/Argentina/Buenos_Aires",
'America/Buenos_Aires' = "America/Buenos_Aires",
'America/Sao_Paulo' = "America/Sao_Paulo",

@@ -14,0 +14,0 @@ 'Atlantic/Azores' = "Atlantic/Azores",

@@ -12,3 +12,3 @@ var Timezone;

Timezone["America/Halifax"] = "America/Halifax";
Timezone["America/Argentina/Buenos_Aires"] = "America/Argentina/Buenos_Aires";
Timezone["America/Buenos_Aires"] = "America/Buenos_Aires";
Timezone["America/Sao_Paulo"] = "America/Sao_Paulo";

@@ -88,3 +88,3 @@ Timezone["Atlantic/Azores"] = "Atlantic/Azores";

label: '(GMT-03:00) Buenos Aires',
tzCode: Timezone['America/Argentina/Buenos_Aires'],
tzCode: Timezone['America/Buenos_Aires'],
},

@@ -91,0 +91,0 @@ {

{
"license": "UNLICENSED",
"name": "@therms/web-js",
"version": "2.5.0",
"version": "2.5.1",
"description": "Common web/JS tools & utilities",

@@ -6,0 +6,0 @@ "main": "./dist/cjs.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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