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

browser-tz

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browser-tz - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

2

add.js

@@ -32,3 +32,3 @@ var moment = require("moment-timezone/moment-timezone.js")

} else {
if (!moment.tz.__zones[date.timezone]) {
if (!moment.__zones[date.timezone]) {
return "BAD DATE"

@@ -35,0 +35,0 @@ }

@@ -11,3 +11,3 @@ var moment = require("moment-timezone/moment-timezone.js")

moment.tz.add(timezoneData)
moment.tz.__zones = timezoneData.zones
moment.__zones = timezoneData.zones

@@ -14,0 +14,0 @@ return {

@@ -25,3 +25,3 @@ var moment = require("moment-timezone/moment-timezone.js")

if (!moment.tz.__zones[date.timezone]) {
if (!moment.__zones[date.timezone]) {
return "BAD DATE"

@@ -28,0 +28,0 @@ }

{
"name": "browser-tz",
"version": "0.3.2",
"version": "0.3.3",
"description": "Timezone specific manipulation of datetime strings",

@@ -5,0 +5,0 @@ "keywords": [],

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