Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

temporal-tick

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

temporal-tick - npm Package Compare versions

Comparing version
0.2.0
to
0.2.2
+5
-5
package.json
{
"name": "temporal-tick",
"author": {
"name": "Rick Waldron <waldron.rick@gmail.com>",
"name": "Rick Waldron",
"email": "waldron.rick@gmail.com"
},
"license": "MIT",
"version": "0.2.0",
"version": "0.2.2",
"description": "High resolution process tick (maybe)",
"repository": {
"repository": {
"type": "git",
"url": "git://github.com/rwaldron/johnny-five.git"
"url": "git://github.com/rwaldron/temporal-tick.git"
},
"bugs": {
"url": "https://github.com/rwaldron/johnny-five/issues"
"url": "https://github.com/rwaldron/temporal-tick/issues"
},

@@ -17,0 +17,0 @@ "dependencies": {

#include <node.h>
#include <nan.h>
#include <unistd.h>

@@ -81,11 +82,1 @@ using namespace v8;

NODE_MODULE(temporal_tick, Init);
/*
https://github.com/wadey/node-microtime/blob/master/src/microtime.cc
Is there a way to improve the time windows?
- Get time at moment of call
- Use diff at usleep?
*/