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 4.0.2 to 4.0.3

12

CHANGELOG.md

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

<a name="4.0.3"></a>
## 4.0.3 (2018-09-22)
* Fix lint ([d2ca4e9](https://github.com/achojs/acho/commit/d2ca4e9))
* Improve meta ([b94bda8](https://github.com/achojs/acho/commit/b94bda8))
* Migrate husky ([1137ff3](https://github.com/achojs/acho/commit/1137ff3))
* Update package.json ([8789d17](https://github.com/achojs/acho/commit/8789d17))
* fix(package): update pretty-ms to version 3.2.0 ([f40bbe7](https://github.com/achojs/acho/commit/f40bbe7))
* fix(package): update pretty-ms to version 4.0.0 ([9c05e2c](https://github.com/achojs/acho/commit/9c05e2c))
<a name="4.0.2"></a>

@@ -2,0 +14,0 @@ ## 4.0.2 (2018-05-22)

12

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://acho.js.org",
"version": "4.0.2",
"version": "4.0.3",
"main": "./lib/Acho.js",

@@ -33,3 +33,3 @@ "author": {

"fmt-obj": "~2.0.0",
"pretty-ms": "~3.1.0",
"pretty-ms": "~4.0.0",
"sliced": "~1.0.1"

@@ -47,3 +47,3 @@ },

"should": "latest",
"standard": "latest",
"standard": "11",
"standard-markdown": "latest"

@@ -62,3 +62,2 @@ },

"lint": "standard-markdown && standard",
"precommit": "lint-staged",
"pretest": "npm run lint",

@@ -69,2 +68,7 @@ "pretty": "prettier-standard index.js examples/**/*.js --single-quote",

"license": "MIT",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {

@@ -71,0 +75,0 @@ "*.js": [

@@ -66,4 +66,4 @@ # acho

acho
.info('hello world')
.error('something bad happens')
.info('hello world')
.error('something bad happens')
```

@@ -88,3 +88,3 @@

const acho = require('acho')
const log = acho({level: 'debug'})
const log = acho({ level: 'debug' })
```

@@ -173,3 +173,3 @@

log.info({hello: 'world', foo: 'bar'})
log.info({ hello: 'world', foo: 'bar' })
// => 'info hello=world foo=bar'

@@ -285,3 +285,3 @@ ```

Prints a numeric counter trace associated with each log line.
Prints a numeric counter trace associated with each log line.

@@ -288,0 +288,0 @@ The value provided is the minimum quantity of time in milliseconds to consider print a different counter.

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