Socket
Socket
Sign inDemoInstall

grunt-spamcheck

Package Overview
Dependencies
9
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    grunt-spamcheck

Spam check your emails using Postmark's API


Version published
Weekly downloads
18
increased by38.46%
Maintainers
1
Install size
93.0 kB
Created
Weekly downloads
 

Readme

Source

grunt-spamcheck

Built with Grunt Build Status

Spam check your emails using Postmark's API

Getting Started

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

npm install grunt-spamcheck --save-dev

After the plugin is installed, it can be enabled in your Gruntfile:

grunt.loadNpmTasks('grunt-spamcheck');

Spamcheck task

Run this task with the grunt spamcheck command.

grunt-spamcheck

Options

report

Specifies whether you would like more detailed reporting.

Type: String

Default: long

Options: short, long

hideGraph

Specifies whether you want to hide the score graph.

Type: Boolean

Default: false

Examples

grunt.initConfig({
  spamcheck: {
    emails: {
      report: 'long',
      src: ['emails/template1.html', 'emails/template2.html', 'emails/template3.html']
    }
  }
});

Tests

Run this task with the grunt test command.

Keywords

FAQs

Last updated on 16 Jun 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc