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

@wework/floormap-utils

Package Overview
Dependencies
Maintainers
38
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wework/floormap-utils - npm Package Compare versions

Comparing version 1.4.2-rc.14 to 1.4.2-rc.23

dist/date-utils.d.ts

6

dist/floormap-utils.cjs.development.js

@@ -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

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