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

@browser-bunyan/console-formatted-stream

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@browser-bunyan/console-formatted-stream - npm Package Compare versions

Comparing version 1.5.3 to 1.5.4

lib/index.d.ts

10

package.json
{
"name": "@browser-bunyan/console-formatted-stream",
"version": "1.5.3",
"version": "1.5.4",
"description": "Bunyan stream for outputting nicely formatted records to the browser console",

@@ -10,5 +10,7 @@ "publishConfig": {

"module": "./lib/index.m.js",
"typings": "./lib/index.d.ts",
"scripts": {
"lint": "../../node_modules/.bin/eslint src",
"prepublish": "npm run lint && npm test && npm run build",
"prepublish": "npm run lint && npm test && npm run build && npm run copy-types",
"copy-types": "cp src/index.d.ts lib/index.d.ts",
"build": "../../node_modules/.bin/microbundle --name consoleFormattedStream",

@@ -29,3 +31,3 @@ "test": "../../node_modules/.bin/babel-tap src/*.test.js"

"dependencies": {
"@browser-bunyan/levels": "^1.5.3"
"@browser-bunyan/levels": "^1.5.4"
},

@@ -41,3 +43,3 @@ "author": "Phil Mander",

},
"gitHead": "7c96ce9adf55b9f724ad1ff7d1016132af8b3d33"
"gitHead": "054ccb688e8421215e7f9c93292b21b3b292fa2c"
}
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