Socket
Socket
Sign inDemoInstall

@workpop/simple-logger

Package Overview
Dependencies
2
Maintainers
17
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.3.1

.eslintcache

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="1.3.1"></a>
## [1.3.1](https://github.com/Workpop/simple-logger/compare/v1.3.0...v1.3.1) (2018-05-30)
### Bug Fixes
* **json:** better stringification of variadic logger args ([a4401b1](https://github.com/Workpop/simple-logger/commit/a4401b1))
<a name="1.3.0"></a>

@@ -7,0 +17,0 @@ # [1.3.0](https://github.com/Workpop/simple-logger/compare/v1.2.0...v1.3.0) (2018-05-30)

5

lib/index.js

@@ -19,2 +19,4 @@ 'use strict';

var _util = require('util');
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -28,2 +30,3 @@

};
var JSON_MODE = process.env.NODE_ENV === 'production';

@@ -60,3 +63,3 @@

ll = (0, _extends3.default)({}, base, {
message: args.join(' ')
message: (0, _lodash.map)(args, _util.inspect).join(' ')
});

@@ -63,0 +66,0 @@ }

2

package.json
{
"name": "@workpop/simple-logger",
"version": "1.3.0",
"version": "1.3.1",
"description": "Simple console logger",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc