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.8.0 to 0.8.1

1

bin/sourcebit.js
#!/usr/bin/env node
require("dotenv").config();
const commander = require("commander");

@@ -4,0 +3,0 @@ const sourcebit = require("../index");

1

index.js

@@ -0,1 +1,2 @@

require("dotenv").config();
const Sourcebit = require("./lib/sourcebit");

@@ -2,0 +3,0 @@

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

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

@@ -40,2 +40,4 @@ <img alt="Sourcebit logo" src="https://raw.githubusercontent.com/stackbithq/sourcebit/master/Sourcebit.svg?sanitize=true" width="300">

**For a complete getting started walkthrough, check out this step-by-step tutorial: <https://www.stackbit.com/blog/data-driven-jamstack-sourcebit/>**
To ease the process of configuring Sourcebit, we've created a command-line tool that provides an interactive setup process that will install the project and any necessary plugins. It asks a series of questions defined by each plugin and generates the necessary configuration file (`sourcebit.js`) so that you can get up and running in no time.

@@ -123,2 +125,4 @@

**For a step-by-step guide to creating a plugin for Sourcebit, check out this tutorial: <https://www.stackbit.com/blog/sourcebit-plugin/>**
Sourcebit is designed to be completely extensible. Documentation on how to build plugins can be found on our [wiki](https://github.com/stackbithq/sourcebit/wiki).

@@ -125,0 +129,0 @@

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