Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

week-hours

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

week-hours - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+3
-1
.travis.yml

@@ -0,10 +1,12 @@

sudo: false
language: node_js
node_js:
- "iojs"
- "0.10"
- "0.11"
- "0.12"
matrix:
allow_failures:
- node_js: "0.10"
fast_finish: true
script: "npm run-script test-travis"
after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"
## v1.0.1 / March 02, 2015
- Release v1.0.1 / npm@v1.0.1
- run `update readme`
- bump deps
- faster travis
## v1.0.0 / January 26, 2015

@@ -4,0 +10,0 @@ - Release v1.0.0 / npm@v1.0.0

{
"name": "week-hours",
"version": "1.0.0",
"version": "1.0.1",
"description": "Get the number of hours in a week.",

@@ -12,3 +12,3 @@ "scripts": {

"author": {
"name": "Charlike Make Reagent",
"name": "Charlike Mike Reagent",
"email": "mameto_100@mail.bg",

@@ -59,6 +59,5 @@ "url": "https://github.com/tunnckoCore"

"devDependencies": {
"istanbul-harmony": "^0.3.1",
"mocha": "*",
"mocha-lcov-reporter": "^0.0.1"
"istanbul-harmony": "~0.3.1",
"mocha": "~2.1.0"
}
}

@@ -6,4 +6,4 @@ ## [![npm][npmjs-img]][npmjs-url] [![mit license][license-img]][license-url] [![build status][travis-img]][travis-url] [![coverage status][coveralls-img]][coveralls-url]

## Install
```bash
npm install week-hours
```
npm i --save week-hours
npm test

@@ -70,2 +70,2 @@ ```

_Powered and automated by [kdf](https://github.com/tunnckoCore), January 26, 2015_
_Powered and automated by [kdf](https://github.com/tunnckoCore), March 02, 2015_