Socket
Socket
Sign inDemoInstall

redhead

Package Overview
Dependencies
73
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.3.0

2

oclif.manifest.json

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

{"version":"0.1.0","commands":{"build":{"id":"build","description":"Generate the platform specific files based on the configuration","pluginName":"redhead","pluginType":"core","aliases":[],"flags":{"output":{"name":"output","type":"option","char":"o","description":"Folder where the generated files should be saved.","default":"."}},"args":[]},"init":{"id":"init","description":"Initialize the required files\n\nGenerates files for handling your headers and/or redirects configuration.\n","pluginName":"redhead","pluginType":"core","aliases":[],"flags":{"no-headers":{"name":"no-headers","type":"boolean","char":"h","description":"Whether or not to handle headers with redhead","allowNo":false},"no-redirects":{"name":"no-redirects","type":"boolean","char":"r","description":"Whether or not to handle redirects with redhead","allowNo":false}},"args":[]}}}
{"version":"0.3.0","commands":{"build":{"id":"build","description":"Generate the platform specific files based on the configuration","pluginName":"redhead","pluginType":"core","aliases":[],"flags":{"output":{"name":"output","type":"option","char":"o","description":"Folder where the generated files should be saved.","default":"."}},"args":[]},"init":{"id":"init","description":"Initialize the required files\n\nGenerates files for handling your headers and/or redirects configuration.\n","pluginName":"redhead","pluginType":"core","aliases":[],"flags":{"no-headers":{"name":"no-headers","type":"boolean","char":"h","description":"Whether or not to handle headers with redhead","allowNo":false},"no-redirects":{"name":"no-redirects","type":"boolean","char":"r","description":"Whether or not to handle redirects with redhead","allowNo":false}},"args":[]}}}
{
"name": "redhead",
"description": "Dynamically setup headers and redirects for you static deployments",
"version": "0.1.0",
"version": "0.3.0",
"bin": {

@@ -6,0 +6,0 @@ "redhead": "./bin/run"

@@ -56,3 +56,3 @@ RedHead

$ redhead (-v|--version|version)
redhead/0.1.0 darwin-x64 node-v10.15.0
redhead/0.3.0 darwin-x64 node-v10.15.0
$ redhead --help [COMMAND]

@@ -82,3 +82,3 @@ USAGE

_See code: [src/commands/build.js](https://github.com/streaver/redhead/blob/v0.1.0/src/commands/build.js)_
_See code: [src/commands/build.js](https://github.com/streaver/redhead/blob/v0.3.0/src/commands/build.js)_

@@ -118,3 +118,3 @@ ## `redhead help [COMMAND]`

_See code: [src/commands/init.js](https://github.com/streaver/redhead/blob/v0.1.0/src/commands/init.js)_
_See code: [src/commands/init.js](https://github.com/streaver/redhead/blob/v0.3.0/src/commands/init.js)_
<!-- commandsstop -->

@@ -121,0 +121,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc