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

ghost-static

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghost-static - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

bin/scrap.js

@@ -11,7 +11,7 @@ #!/usr/bin/env node

const url = require('url')
const isBinary = require('isbinaryfile')
const isBinary = require('isbinaryfile').isBinaryFile
args
.option('source', 'The current running instance of Ghost','http://localhost:2368')
.option('dest', 'The folder where the static files will be downloaded', path.resolve('static'))
.option('dest', 'The folder where the static files will be downloaded', 'static')
.option('publish', 'The url that will point to the static Ghost site', 'http://localhost:8080')

@@ -18,0 +18,0 @@

{
"name": "ghost-static",
"version": "0.2.0",
"version": "0.2.1",
"description": "A tool to convert you Ghost blog to a static website",

@@ -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