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

sundial

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sundial - npm Package Compare versions

Comparing version 0.0.3 to 0.1.0

lib/datetimeWrapper.js

19

package.json
{
"name": "sundial",
"version": "0.0.3",
"description": "Tidepool's datetime library thingie.",
"version": "0.1.0",
"description": "Tidepool's datetime wrapper",
"keywords": [

@@ -10,4 +10,4 @@ "datetime",

],
"homepage": "https://github.com/tidepool-org/hakken",
"bugs": "https://github.com/tidepool-org/hakken/issues",
"homepage": "https://github.com/tidepool-org/sundial",
"bugs": "https://github.com/tidepool-org/sundial/issues",
"license": "BSD-2-clause",

@@ -28,11 +28,14 @@ "author": {

],
"main": "lib/index.js",
"main": "sundial.js",
"repository": "https://github.com/tidepool-org/sundial.git",
"dependencies": {
"moment": "2.5.1"
"moment": "2.6.0"
},
"devDependencies": {
"mocha": "1.17.1",
"should": "3.1.0"
"grunt": "0.4.1",
"grunt-cli": "0.1.11",
"grunt-contrib-jshint": "0.6.4",
"grunt-mocha-test": "0.7.0",
"salinity": "0.0.3"
}
}

@@ -1,4 +0,13 @@

datetime
========
Sundial datetime wrapper
========================
Tidepool's library to wrapper date-time functionality
[![Build Status](https://travis-ci.org/tidepool-org/sundial.png)](https://travis-ci.org/tidepool-org/sundial)
The tidepool platform stores timestamps as ISO8601 timestamp with a timezone.
The purposes of this library are:
* Wrap the management of dates and times to insulate us from the specific mechanism
* Provide consistency for date operations
* Provide consistency for date and time formats
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