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

timeeditapi

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timeeditapi - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

3

lib/timeEditDataParser.js

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

buildTodaysSchedule(object, roomId){
return this.buildRoomSchedule(object, roomId)
let todaysSchedule = this.buildRoomSchedule(object, roomId)
.filter((reservation) => {

@@ -30,2 +30,3 @@ let reservationDate = this.parseDate(reservation.booking.time.startDate);

});
return todaysSchedule.length > 0 ? todaysSchedule : { roomId } ;
}

@@ -32,0 +33,0 @@ /**

{
"name": "timeeditapi",
"version": "1.0.5",
"version": "1.0.6",
"description": "api to easy get schedule information from timeedit",

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

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