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

grunt-nuget

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-nuget - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

Gruntfile.js

@@ -5,3 +5,3 @@ module.exports = function (grunt) {

options: {
verbose: true
verbosity: "detailed"
},

@@ -8,0 +8,0 @@

@@ -63,3 +63,3 @@ /*

else {
if ("verbose" in args) {
if ("verbose" in args || "verbosity" in args) {
grunt.log.writeln(result);

@@ -66,0 +66,0 @@ }

{
"name": "grunt-nuget",
"description": "Grunt NuGet interface - Prepare, package and publish your application in NuGet gallery using Grunt JS",
"version": "0.1.4",
"version": "0.1.5",
"homepage": "https://github.com/spatools/grunt-nuget.git",

@@ -18,8 +18,11 @@ "license": "MIT",

},
"scripts": {
"test": "grunt"
},
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-clean": "~0.5.0"
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0"
},
"dependencies": {
"grunt": "0.4.x"
"grunt": "^0.4.5"
},

@@ -26,0 +29,0 @@ "keywords": [

@@ -17,3 +17,3 @@ # grunt-nuget [![NPM version](https://badge.fury.io/js/grunt-nuget.png)](http://badge.fury.io/js/grunt-nuget)

Then specify your config: ([more informations][doc-options])
Then specify your config:

@@ -90,2 +90,3 @@ ```javascript

* Fix issue in options parsing.
* 0.1.5
* Update NuGet.exe to version 3.2.0

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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