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

timekeeper

Package Overview
Dependencies
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timekeeper - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.mversionrc

49

bower.json
{
"name": "timekeeper"
, "description": "Easy testing of time-dependent code."
, "version": "0.0.5"
, "keywords": ["fake date", "date test", "mocking date"]
, "author": "Veselin Todorov <hi@vesln.com>"
, "contributors": [
{"name": "Oleg Slobodskoi", "email": "oleg008@gmail.com"}
, {"name": "Guilherme Tramontina", "email": "guilherme.tramontina@gmail.com"}
"name": "timekeeper",
"description": "Easy testing of time-dependent code.",
"version": "0.1.1",
"keywords": [
"fake date",
"date test",
"mocking date"
],
"author": "Veselin Todorov <hi@vesln.com>",
"contributors": [
{
"name": "Oleg Slobodskoi",
"email": "oleg008@gmail.com"
},
{
"name": "Guilherme Tramontina",
"email": "guilherme.tramontina@gmail.com"
}
],
"homepage": "http://github.com/vesln/timekeeper",
"main": "./lib/timekeeper.js",
"moduleType": [
"globals",
"node"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
]
, "homepage": "http://github.com/vesln/timekeeper"
, "main": "./lib/timekeeper.js"
, "moduleType": ["globals", "node"]
, "license": "MIT"
, "ignore": [
"**/.*"
, "node_modules"
, "bower_components"
, "test"
]
}
{
"name": "timekeeper",
"description": "Easy testing of time-dependent code.",
"version": "0.1.0",
"version": "0.1.1",
"keywords": [

@@ -18,5 +18,5 @@ "fake date",

"chai": "^1.9.2",
"jack": "0.0.2",
"mocha": "^2.0.1",
"mocha-phantomjs": "^4.0.2"
"mocha-phantomjs": "^4.0.2",
"mversion": "^1.10.1"
},

@@ -23,0 +23,0 @@ "repository": {

@@ -88,2 +88,12 @@ # timekeeper

## Releases
For maintainers only. `mversion` is used as a substitute for `npm version` to
simultaneously bump `package.json` and `bower.json`, create a new commit,
and a version tag at the new commit.
```
$ mversion <patch | minor | major>
$ git push && git push --tags
$ npm publish
```
## Credits

@@ -90,0 +100,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