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

nyks

Package Overview
Dependencies
Maintainers
1
Versions
250
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nyks - npm Package Compare versions

Comparing version 0.1.11 to 0.1.12

2

package.json
{
"name": "nyks",
"version": "0.1.11",
"version": "0.1.12",
"description": "nodejs exupery style",

@@ -5,0 +5,0 @@ "keywords": [

@@ -12,2 +12,5 @@ nyks provide a set of "missing" stuffs in nodejs basic api.

## Date
* Date.now()
Return current unix timestamp, in seconds, as float

@@ -14,0 +17,0 @@ ## fs

@@ -83,1 +83,5 @@

if (!Date.now) {
Date.now = function() { return new Date().getTime() / 1000; }
}

@@ -0,1 +1,2 @@

var fs = require('fs');
var http = require('http');

@@ -2,0 +3,0 @@

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