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

paylocity-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paylocity-cli - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

lib/models/today.js

@@ -41,3 +41,3 @@ "use strict";

const clockOut = this.clockOut[index] ? +this.clockOut[index] : +Date.now();
return this.getHoursToday(clockOut, +this.clockIn[0]);
return this.getHoursToday(clockOut, +this.clockIn[index]);
}

@@ -44,0 +44,0 @@ /**

{
"name": "paylocity-cli",
"version": "1.1.1",
"version": "1.1.2",
"description": "This is a simple CLI to track the worked hours in the paylocity system by data scraping",

@@ -5,0 +5,0 @@ "main": "lib/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