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

time

Package Overview
Dependencies
Maintainers
0
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

time - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

index.js

@@ -114,3 +114,3 @@ var bindings = require('./time');

var diff = v - this.getMilliseconds();
return this.setTime(this + diff);
return this.setTime(+this + diff);
}

@@ -117,0 +117,0 @@ // Set the minutes (from 0-59) in the current timezone

{
"name": "time",
"description": "\"time.h\" bindings for NodeJS",
"version": "0.3.1",
"version": "0.3.2",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

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