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

grunt-jasmine-node

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-jasmine-node - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name" : "grunt-jasmine-node",
"description" : "Grunt task for running jasmine-node",
"version" : "0.0.3",
"version" : "0.0.4",
"homepage" : "https://github.com/s9tpepper/grunt-jasmine-node",

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

@@ -7,4 +7,6 @@ module.exports = function (grunt) {

var util;
// TODO: ditch this when grunt v0.4 is released
grunt.util = grunt.util || grunt.utils;
var Path = require('path');
var _ = grunt.utils._;
var _ = grunt.util._;

@@ -11,0 +13,0 @@ try {

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