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

grunt-ban-word

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-ban-word - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

test/sub/test.html

2

package.json
{
"name": "grunt-ban-word",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "devDependencies": {

@@ -14,3 +14,5 @@ /**

var flagError = util.scanWord( this.filesSrc, filesIgnore, opt.banList);
var flagError = util.scanWord( grunt.file.expand( { filter: 'isFile' }, this.filesSrc ), filesIgnore, opt.banList);
if( flagError){

@@ -17,0 +19,0 @@ throw new Error( 'Scan ban word task failed! ' );

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