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

acho

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acho - npm Package Compare versions

Comparing version 3.0.2 to 3.1.0

17

CHANGELOG.md

@@ -0,1 +1,18 @@

<a name="3.1.0"></a>
# 3.1.0 (2016-09-29)
* Add coverage ([1aa6461](https://github.com/achohq/acho/commit/1aa6461))
* Add files section ([8bd39a6](https://github.com/achohq/acho/commit/8bd39a6))
* Configurable timestamp timing ([4fc59d3](https://github.com/achohq/acho/commit/4fc59d3))
* Drop node < 4 support ([42f80ef](https://github.com/achohq/acho/commit/42f80ef))
* Drop repeat-string dep ([dfe30f2](https://github.com/achohq/acho/commit/dfe30f2))
* Expose Acho.defaults ([daf6938](https://github.com/achohq/acho/commit/daf6938))
* Move strip ansi from message out of the logger ([b179882](https://github.com/achohq/acho/commit/b179882))
* new Date() โ†’ Date.now() ([254a6f3](https://github.com/achohq/acho/commit/254a6f3))
* Remove stripAnsi reference ([0799f10](https://github.com/achohq/acho/commit/0799f10))
* Remove unused var ([a619744](https://github.com/achohq/acho/commit/a619744))
* chore(package): update dependencies ([c9459ce](https://github.com/achohq/acho/commit/c9459ce))
<a name="3.0.2"></a>

@@ -2,0 +19,0 @@ ## 3.0.2 (2016-05-26)

23

package.json

@@ -5,7 +5,7 @@ {

"homepage": "https://github.com/achohq/acho",
"version": "3.0.2",
"version": "3.1.0",
"main": "./index.js",
"author": {
"email": "josefrancisco.verdu@gmail.com",
"name": "Kiko Beats",
"email": "josefrancisco.verdu@gmail.com",
"url": "https://github.com/Kikobeats"

@@ -30,7 +30,5 @@ },

"chalk": "~1.1.1",
"coffee-script": "~1.10.0",
"lodash.defaults": "~4.0.1",
"ms": "~0.7.1",
"repeat-string": "~1.5.4",
"strip-ansi": "~3.0.1"
"coffee-script": "~1.11.0",
"lodash.defaults": "~4.2.0",
"ms": "~0.7.1"
},

@@ -41,2 +39,3 @@ "devDependencies": {

"coffeeify": "latest",
"coveralls": "latest",
"date-utils": "latest",

@@ -49,2 +48,3 @@ "git-dirty": "latest",

"mocha": "latest",
"nyc": "latest",
"set-dateout": "latest",

@@ -58,11 +58,16 @@ "should": "latest",

"engines": {
"node": ">= 0.10"
"node": ">= 4"
},
"files": [
"index.js",
"lib"
],
"scripts": {
"clean": "rm -rf node_modules",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard lib",
"pretest": "npm run lint",
"test": "mocha"
"test": "nyc mocha"
},
"license": "MIT"
}

@@ -11,2 +11,3 @@ # acho

[![Build Status](http://img.shields.io/travis/achohq/acho/master.svg?style=flat-square)](https://travis-ci.org/achohq/acho)
[![Coverage Status](https://img.shields.io/coveralls/achohq/acho.svg?style=flat-square)](https://coveralls.io/github/achohq/acho)
[![Dependency status](http://img.shields.io/david/achohq/acho.svg?style=flat-square)](https://david-dm.org/achohq/acho)

@@ -244,5 +245,5 @@ [![Dev Dependencies Status](http://img.shields.io/david/dev/achohq/acho.svg?style=flat-square)](https://david-dm.org/achohq/acho#info=devDependencies)

##### **{Boolean}** timestamp
##### **{Number}** timestamp
Default: `false`.
Default: `0`.

@@ -249,0 +250,0 @@ Prints a counter timestamp associated with each log line. Useful for debug log traces.

Sorry, the diff of this file is not supported yet

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