Socket
Socket
Sign inDemoInstall

filter-log

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filter-log - npm Package Compare versions

Comparing version 1.0.5 to 1.0.10

filter-log-browser.js

5

filter-log.js

@@ -43,3 +43,6 @@ var isStream = require('is-stream')

data = {
error: data
error: {
message: data.message
, stack: data.stack
}
}

@@ -46,0 +49,0 @@ }

3

package.json
{
"name": "filter-log",
"version": "1.0.5",
"version": "1.0.10",
"description": "flexible, minimalistic logging",
"main": "filter-log.js",
"browser": "filter-log-browser.js",
"scripts": {

@@ -7,0 +8,0 @@ "test": "node_modules/mocha/bin/mocha.js",

@@ -6,2 +6,2 @@

module.exports = Transform
module.exports = Transform
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