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

nv-facutil-clock

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nv-facutil-clock - npm Package Compare versions

Comparing version 1.0.13 to 1.0.16

15

index.js

@@ -368,2 +368,17 @@

}
////
get today_start_() {
let d = this.dict();
var mts = (d.mts - 1000*3600*d.h - 1000*60*d.min - 1000*d.s - d.ms);
var o = new Manual(mts);
o.zone = this.zone;
return(o);
}
get tomorrow_start_() {
let d = this.dict();
var mts = (d.mts - 1000*3600*d.h - 1000*60*d.min - 1000*d.s - d.ms + 1000*3600*24);
var o = new Manual(mts);
o.zone = this.zone;
return(o);
}
get fst_yd_() {return(_fst_yd(this))}

@@ -370,0 +385,0 @@ get lst_yd_() {return(_lst_yd(this))}

2

package.json
{
"name": "nv-facutil-clock",
"version": "1.0.13",
"version": "1.0.16",
"description": "clock,date,generator,stream,cron",

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