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

metalog

Package Overview
Dependencies
Maintainers
4
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metalog - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

1

metalog.js

@@ -245,2 +245,3 @@ 'use strict';

normalizeStack(stack) {
if (!stack) return 'no data to log';
let res = stack.replace(/\s+at\s+/g, '\n\t');

@@ -247,0 +248,0 @@ if (this.home) res = res.replace(this.home, '');

10

package.json
{
"name": "metalog",
"version": "2.2.0",
"version": "2.2.1",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",

@@ -42,7 +42,7 @@ "description": "Logger for Metarhia",

"@metarhia/common": "^2.1.0",
"concolor": "^0.1.14",
"concolor": "^0.1.15",
"metastreams": "^0.1.2"
},
"devDependencies": {
"eslint": "^7.1.0",
"eslint": "^7.7.0",
"eslint-config-metarhia": "^7.0.0",

@@ -52,5 +52,5 @@ "eslint-config-prettier": "^6.9.0",

"eslint-plugin-prettier": "^3.1.1",
"prettier": "^1.19.1",
"metatests": "^0.7.1"
"prettier": "^2.0.5",
"metatests": "^0.7.2"
}
}
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