@wework/floormap-utils
Advanced tools
Comparing version 1.4.2-rc.14 to 1.4.2-rc.23
@@ -727,8 +727,8 @@ 'use strict'; | ||
/* eslint-disable import/prefer-default-export */ | ||
var parseUTCDate = function parseUTCDate(dateString) { | ||
/* eslint-disable import/default */ | ||
function parseUTCDate(dateString) { | ||
var timezone = 'utc'; | ||
var result = zonedTimeToUtc(dateString, timezone); | ||
return result; | ||
}; | ||
} | ||
@@ -735,0 +735,0 @@ var HOT_DESK_REGEX = /HOT DESK/i; |
@@ -721,8 +721,8 @@ import zonedTimeToUtc from 'date-fns-tz/zonedTimeToUtc'; | ||
/* eslint-disable import/prefer-default-export */ | ||
var parseUTCDate = function parseUTCDate(dateString) { | ||
/* eslint-disable import/default */ | ||
function parseUTCDate(dateString) { | ||
var timezone = 'utc'; | ||
var result = zonedTimeToUtc(dateString, timezone); | ||
return result; | ||
}; | ||
} | ||
@@ -729,0 +729,0 @@ var HOT_DESK_REGEX = /HOT DESK/i; |
{ | ||
"name": "@wework/floormap-utils", | ||
"version": "1.4.2-rc.14+9f7fa6b", | ||
"version": "1.4.2-rc.23+6bfd9b6", | ||
"main": "dist/index.js", | ||
@@ -27,3 +27,3 @@ "module": "dist/floormap-utils.esm.js", | ||
}, | ||
"gitHead": "9f7fa6bc8e0d0b3e468fd06ce09122cbf869e5b7" | ||
"gitHead": "6bfd9b6c7f6ec2cd6e240691a53ba73b75e3d77f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
249858
12
1770