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

sourcebit

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sourcebit - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

10

lib/sourcebit.js

@@ -102,3 +102,3 @@ const debug = require("debug");

log(message, messageType) {
log(message, messageType = "info") {
if (this.runtimeParameters.quiet) {

@@ -112,11 +112,7 @@ return;

if (messageType) {
return ora(message)[oraMethod]();
}
console.log(message);
return ora(message)[oraMethod]();
}
logFromPlugin(pluginName, message, messageType) {
this.log(`[${pluginName}] ${message}`, messageType);
this.log(`${message}`, messageType);
}

@@ -123,0 +119,0 @@

{
"name": "sourcebit",
"version": "0.5.0",
"version": "0.6.0",
"description": "Sourcebit helps developers build data-driven JAMstack sites by pulling data from any third-party resource",

@@ -5,0 +5,0 @@ "main": "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