Socket
Socket
Sign inDemoInstall

time

Package Overview
Dependencies
Maintainers
2
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.11.0 to 0.11.1

8

History.md
0.11.1 / 2015-02-11
==================
* travis: test v0.12, don't test v0.6 and v0.11
* test: fix failing test (#67, @hmalphettes)
* package: upgrade to the latest "nan" (#66, @hmalphettes)
* README: use svg for Travis badge
0.11.0 / 2014-06-02

@@ -3,0 +11,0 @@ ==================

4

package.json

@@ -12,3 +12,3 @@ {

],
"version": "0.11.0",
"version": "0.11.1",
"repository": {

@@ -33,3 +33,3 @@ "type": "git",

"debug": "0.8.1",
"nan": "1.1.2"
"nan": "1.6.2"
},

@@ -36,0 +36,0 @@ "devDependencies": {

node-time
=========
### "[time.h][]" bindings for [Node.js][Node].
[![Build Status](https://travis-ci.org/TooTallNate/node-time.png?branch=master)](https://travis-ci.org/TooTallNate/node-time)
[![Build Status](https://travis-ci.org/TooTallNate/node-time.svg?branch=master)](https://travis-ci.org/TooTallNate/node-time)

@@ -6,0 +6,0 @@

@@ -232,3 +232,3 @@

)
assert.equal(d2.toString(), 'Fri Feb 01 2013 02:47:01 GMT+1100 (EST)')
assert.equal(d2.toString(), 'Fri Feb 01 2013 02:47:01 GMT+1100 (AEDT)')
d2.setTimezone('UTC')

@@ -235,0 +235,0 @@ assert.equal(d2.toString(), 'Thu Jan 31 2013 15:47:01 GMT+0000 (UTC)')

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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