New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

takin

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

takin - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

4

dist/logger.js

@@ -113,6 +113,6 @@ "use strict";

function init(level = 'info', options = {}) {
var _a;
var _a, _b;
prefix = (_a = options.prefix) !== null && _a !== void 0 ? _a : `[${constants_1.DEFAULT_NAME}]`;
debugPrefix = options.debugPrefix;
allowClearScreen = options.allowClearScreen;
allowClearScreen = (_b = options.allowClearScreen) !== null && _b !== void 0 ? _b : true;
thresh = exports.LogLevels[level];

@@ -119,0 +119,0 @@ outputDebug = createDebugger(debugPrefix || prefix);

{
"name": "takin",
"version": "0.0.13",
"version": "0.0.14",
"description": "Front end engineering base toolchain and scaffold",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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