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

browser-bunyan

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

browser-bunyan - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

.nyc_output/0ca563ba-8379-4dd7-ad36-ee3d1401b1c6.json

17

package.json
{
"name": "browser-bunyan",
"version": "1.7.0",
"version": "1.8.0",
"description": "Bunyan logging specifically for the browser",

@@ -17,3 +17,4 @@ "author": "Phil Mander <philip.mander@gmail.com>",

],
"main": "./lib/index.js",
"type": "module",
"main": "./lib/index.cjs",
"module": "./lib/index.m.js",

@@ -26,9 +27,9 @@ "typings": "./lib/index.d.ts",

"build": "../../node_modules/.bin/microbundle --name bunyan --external none && ../../node_modules/.bin/mkdirp dist && cp lib/index.umd.js dist/browser-bunyan.min.js",
"test": "../../node_modules/.bin/babel-tap test/*.test.js"
"test": "../../node_modules/.bin/tap test/*.test.js"
},
"dependencies": {
"@browser-bunyan/console-formatted-stream": "^1.6.4",
"@browser-bunyan/console-plain-stream": "^1.6.0",
"@browser-bunyan/console-raw-stream": "^1.6.0",
"@browser-bunyan/levels": "^1.6.0"
"@browser-bunyan/console-formatted-stream": "^1.8.0",
"@browser-bunyan/console-plain-stream": "^1.8.0",
"@browser-bunyan/console-raw-stream": "^1.8.0",
"@browser-bunyan/levels": "^1.8.0"
},

@@ -41,3 +42,3 @@ "licenses": [

],
"gitHead": "3370a2dbc06309a84e55e5aab77cc533fcbf0788"
"gitHead": "61158191e36c4ab922dd0609c4e1d36667243622"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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