Comparing version 2.0.1 to 2.0.2
# Changelog | ||
## [v2.0.1](https://github.com/seegno/debugnyan/tree/v2.0.1) (2017-03-23) | ||
[Full Changelog](https://github.com/seegno/debugnyan/compare/v2.0.0...v2.0.1) | ||
## [v2.0.2](https://github.com/uphold/debugnyan/tree/v2.0.2) (2018-06-07) | ||
[Full Changelog](https://github.com/uphold/debugnyan/compare/v2.0.1...v2.0.2) | ||
**Merged pull requests:** | ||
- Fix travis image badge [\#95](https://github.com/seegno/debugnyan/pull/95) ([ruimarinho](https://github.com/ruimarinho)) | ||
- Update ownership [\#97](https://github.com/uphold/debugnyan/pull/97) ([rplopes](https://github.com/rplopes)) | ||
- Update resolved bunyan version [\#96](https://github.com/uphold/debugnyan/pull/96) ([rplopes](https://github.com/rplopes)) | ||
## [v2.0.0](https://github.com/seegno/debugnyan/tree/v2.0.0) (2017-03-23) | ||
[Full Changelog](https://github.com/seegno/debugnyan/compare/v1.0.0...v2.0.0) | ||
## [v2.0.1](https://github.com/uphold/debugnyan/tree/v2.0.1) (2017-03-23) | ||
[Full Changelog](https://github.com/uphold/debugnyan/compare/v2.0.0...v2.0.1) | ||
**Merged pull requests:** | ||
- Fix travis image badge [\#95](https://github.com/uphold/debugnyan/pull/95) ([ruimarinho](https://github.com/ruimarinho)) | ||
## [v2.0.0](https://github.com/uphold/debugnyan/tree/v2.0.0) (2017-03-23) | ||
[Full Changelog](https://github.com/uphold/debugnyan/compare/v1.0.0...v2.0.0) | ||
**Implemented enhancements:** | ||
- Add configurable `simple` option for child loggers [\#93](https://github.com/seegno/debugnyan/pull/93) ([nunofgs](https://github.com/nunofgs)) | ||
- Add configurable `simple` option for child loggers [\#93](https://github.com/uphold/debugnyan/pull/93) ([nunofgs](https://github.com/nunofgs)) | ||
**Merged pull requests:** | ||
- Drop support for node \<6 [\#94](https://github.com/seegno/debugnyan/pull/94) ([ruimarinho](https://github.com/ruimarinho)) | ||
- Add node 7 to .travis.yml [\#92](https://github.com/seegno/debugnyan/pull/92) ([fixe](https://github.com/fixe)) | ||
- Drop support for node \<6 [\#94](https://github.com/uphold/debugnyan/pull/94) ([ruimarinho](https://github.com/ruimarinho)) | ||
- Add node 7 to .travis.yml [\#92](https://github.com/uphold/debugnyan/pull/92) ([fixe](https://github.com/fixe)) | ||
## [v1.0.0](https://github.com/seegno/debugnyan/tree/v1.0.0) (2016-09-28) | ||
[Full Changelog](https://github.com/seegno/debugnyan/compare/v0.0.2...v1.0.0) | ||
## [v1.0.0](https://github.com/uphold/debugnyan/tree/v1.0.0) (2016-09-28) | ||
[Full Changelog](https://github.com/uphold/debugnyan/compare/v0.0.2...v1.0.0) | ||
**Implemented enhancements:** | ||
- Add .nyc\_output to .gitignore [\#91](https://github.com/seegno/debugnyan/pull/91) ([ruimarinho](https://github.com/ruimarinho)) | ||
- Add default module exports [\#90](https://github.com/seegno/debugnyan/pull/90) ([ruimarinho](https://github.com/ruimarinho)) | ||
- Update package scripts [\#54](https://github.com/seegno/debugnyan/pull/54) ([ruimarinho](https://github.com/ruimarinho)) | ||
- Add .nyc\_output to .gitignore [\#91](https://github.com/uphold/debugnyan/pull/91) ([ruimarinho](https://github.com/ruimarinho)) | ||
- Add default module exports [\#90](https://github.com/uphold/debugnyan/pull/90) ([ruimarinho](https://github.com/ruimarinho)) | ||
- Update package scripts [\#54](https://github.com/uphold/debugnyan/pull/54) ([ruimarinho](https://github.com/ruimarinho)) | ||
**Merged pull requests:** | ||
- Update linting rules [\#55](https://github.com/seegno/debugnyan/pull/55) ([ruimarinho](https://github.com/ruimarinho)) | ||
- Update dependencies [\#53](https://github.com/seegno/debugnyan/pull/53) ([ruimarinho](https://github.com/ruimarinho)) | ||
- Update linting rules [\#55](https://github.com/uphold/debugnyan/pull/55) ([ruimarinho](https://github.com/ruimarinho)) | ||
- Update dependencies [\#53](https://github.com/uphold/debugnyan/pull/53) ([ruimarinho](https://github.com/ruimarinho)) | ||
## [v0.0.2](https://github.com/seegno/debugnyan/tree/v0.0.2) (2015-12-31) | ||
[Full Changelog](https://github.com/seegno/debugnyan/compare/v0.0.1...v0.0.2) | ||
## [v0.0.2](https://github.com/uphold/debugnyan/tree/v0.0.2) (2015-12-31) | ||
[Full Changelog](https://github.com/uphold/debugnyan/compare/v0.0.1...v0.0.2) | ||
**Merged pull requests:** | ||
- Update dev dependencies [\#31](https://github.com/seegno/debugnyan/pull/31) ([ruimarinho](https://github.com/ruimarinho)) | ||
- Update dev dependencies [\#31](https://github.com/uphold/debugnyan/pull/31) ([ruimarinho](https://github.com/ruimarinho)) | ||
{ | ||
"name": "debugnyan", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A logging library that combines the simplicity and convenience of debug with the power of bunyan", | ||
@@ -14,4 +14,4 @@ "keywords": [ | ||
], | ||
"homepage": "https://github.com/seegno/debugnyan/", | ||
"bugs": "https://github.com/seegno/debugnyan/issues", | ||
"homepage": "https://github.com/uphold/debugnyan/", | ||
"bugs": "https://github.com/uphold/debugnyan/issues", | ||
"license": "MIT", | ||
@@ -25,3 +25,3 @@ "author": { | ||
"type": "git", | ||
"url": "https://github.com/seegno/debugnyan.git" | ||
"url": "https://github.com/uphold/debugnyan.git" | ||
}, | ||
@@ -28,0 +28,0 @@ "scripts": { |
@@ -91,3 +91,3 @@ # debugnyan | ||
[npm-url]: https://www.npmjs.com/package/debugnyan | ||
[travis-image]: https://img.shields.io/travis/seegno/debugnyan.svg?style=flat-square | ||
[travis-url]: https://travis-ci.org/seegno/debugnyan | ||
[travis-image]: https://img.shields.io/travis/uphold/debugnyan.svg?style=flat-square | ||
[travis-url]: https://travis-ci.org/uphold/debugnyan |
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
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
8427
1