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

grunt-pubsubhubbub_publish

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-pubsubhubbub_publish

Publish a feed updates to a PubSubHubbub hub.

  • 0.2.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

grunt-pubsubhubbub_publish

Publish a feed updates to a PubSubHubbub hub.

INSTALL

$ npm install --save-dev grunt-pubsubhubbub_publish

CONFIGURE

module.exports = function (grunt) {
  grunt.initConfig({
    pubsubhubbub_publish: {
      main: {
        options: {
          hub: "http://example.org/hub"
        },

        hubUrl: "http://example.com/feed"
      }
    }
  });
};
grunt.loadNpmTasks("grunt-pubsubhubbub_publish");

options.hub

Default: https://pubsubhubbub.appspot.com/

Optional. URL points to PubSubHubbub hub.

hubUrl

Default: homepage field value in your package.json suffixed feed

Optional. URL of your feed.

If:

  • You don’t specify this option
  • Your package.json has homepage field
  • Its value is https://example.com

this task guesses hubUrl:

https://example.com/feed

LICENSE

MIT: http://hail2u.mit-license.org/2014

Keywords

FAQs

Package last updated on 07 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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