Comparing version 0.0.3 to 0.1.0
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
14
3109
5
54
1
+ Addedmoment@2.6.0(transitive)
- Removedmoment@2.5.1(transitive)
Updatedmoment@2.6.0