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

@knit/logger

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@knit/logger - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

5

dist/lib/index.js

@@ -72,4 +72,5 @@ 'use strict';

exports.getRenderer = function (_ref) {
var silent = _ref.silent,
exports.getRenderer = function (opts) {
var _ref = opts || {},
silent = _ref.silent,
verbose = _ref.verbose;

@@ -76,0 +77,0 @@

2

package.json

@@ -26,3 +26,3 @@ {

"description": "cli logger",
"version": "0.1.4",
"version": "0.1.5",
"main": "dist/lib/index.js",

@@ -29,0 +29,0 @@ "dependencies": {

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