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

grunt-bats

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-bats - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "grunt-bats",
"version": "0.0.2",
"version": "0.0.3",
"description": "Grunt plugin for Bats. Bats is a TAP-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs you write behave as expected.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/maksimr/grunt-bats",

@@ -55,3 +55,3 @@ /*

grunt.util.spawn({
cmd: path.resolve('vendor/bats/libexec/bats'),
cmd: path.resolve(__dirname, '../vendor/bats/libexec/bats'),
args: files

@@ -58,0 +58,0 @@ }, function() {

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