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

nv-facutil-clock

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

nv-facutil-clock - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

13

index.js

@@ -156,2 +156,8 @@

}
clone() {
let mts = this.dict().mts;
let manual = new Manual(mts);
manual.zone = this.#z;
return(manual)
}
}

@@ -288,2 +294,9 @@

////
clone() {
let mts = this.dict().mts;
let manual = new Manual(mts);
manual.zone = this.#z;
return(manual)
}
////
* nms_gen$$ (n=1) {while(true) {yield(this.next_ms(n))}}

@@ -290,0 +303,0 @@ * pms_gen$$ (n=1) {while(true) {yield(this.prev_ms(n))}}

2

package.json
{
"name": "nv-facutil-clock",
"version": "1.0.5",
"version": "1.0.6",
"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