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

logform

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logform - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

5

CHANGELOG.md
# CHANGELOG
### 1.4.2
**2018/04/19**
- [#22], (@Jasu) Fix compilation on Babel 6.
### 1.4.1

@@ -4,0 +9,0 @@ **2018/04/06**

6

combine.js

@@ -13,5 +13,5 @@ 'use strict';

module.exports = function combined(...formats) {
const combined = format(cascade(formats));
const instance = combined();
instance.Format = combined.Format;
const combinedFormat = format(cascade(formats));
const instance = combinedFormat();
instance.Format = combinedFormat.Format;
return instance;

@@ -18,0 +18,0 @@ };

{
"name": "logform",
"version": "1.4.1",
"version": "1.4.2",
"description": "An mutable object-based log format designed for chaining & objectMode streams.",

@@ -33,3 +33,3 @@ "main": "index.js",

"devDependencies": {
"assume": "^1.5.1",
"assume": "^2.0.0",
"eslint-config-populist": "^4.1.0",

@@ -36,0 +36,0 @@ "mocha": "^3.5.3",

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