New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

grunt-mocha-phantomjs

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-mocha-phantomjs - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "grunt-mocha-phantomjs",
"description": "Run client-side mocha tests using phantomjs",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/jdcataldo/grunt-mocha-phantomjs",

@@ -6,0 +6,0 @@ "author": {

@@ -33,3 +33,4 @@ /*

// Loop through the options and add them to args
_.each(options, function(value, key) {
// Omit urls from the options to be passed through
_.each(_.omit(options, 'urls'), function(value, key) {
// Convert to the key to a switch

@@ -36,0 +37,0 @@ var sw = (key.length > 1 ? '--' : '-') + key;

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