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

grunt-nuget-pack

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-nuget-pack - npm Package Compare versions

Comparing version 0.0.6 to 1.0.0

.editorconfig

4

Gruntfile.js

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

projectUrl: "http://www.moxiecode.com/",
icon: "http://www.moxiecode.com/icon.png",
iconUrl: "http://www.moxiecode.com/icon.png",
license: "MIT",
licenseUrl: "http://www.moxiecode.com/license",

@@ -69,2 +71,2 @@ copyright: "Copyright",

grunt.registerTask('default', ['clean', 'nugetpack']);
};
};

@@ -70,4 +70,4 @@ var ZipWriter = require("moxie-zip").ZipWriter;

var properties = [
"id", "title", "version", "authors", "owners", "licenseUrl",
"projectUrl", "iconUrl", "requireLicenseAcceptance",
"id", "title", "version", "authors", "owners", "license", "licenseUrl",
"projectUrl", "icon", "iconUrl", "requireLicenseAcceptance",
"description", "summary", "releaseNotes", "copyright",

@@ -74,0 +74,0 @@ "language", "tags", "dependencies"

{
"name": "grunt-nuget-pack",
"version": "0.0.6",
"version": "1.0.0",
"description": "Grunt task for creating nuget packages without using nuget.exe.",

@@ -8,7 +8,7 @@ "author": "Moxiecode Systems AB <info@moxiecode.com>",

"repository": {
"type" : "git",
"url" : "https://github.com/spocke/grunt-nuget-pack.git"
"type": "git",
"url": "https://github.com/spocke/grunt-nuget-pack.git"
},
"bugs": {
"url" : "https://github.com/spocke/grunt-nuget-pack/issues"
"url": "https://github.com/spocke/grunt-nuget-pack/issues"
},

@@ -18,16 +18,17 @@ "keywords": [

"nuget"
],
],
"main": "tasks/nugetpack.js",
"engines": {
"node" : ">=0.8.0"
"node": ">=0.8.0"
},
"dependencies": {
"xml-writer": "~1.4.2",
"moxie-zip": "~0.0.3"
"moxie-zip": "~0.0.3",
"xml-writer": "~1.7.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"load-grunt-tasks": "0.6.0"
"grunt": "~1.6.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "~2.0.1",
"load-grunt-tasks": "5.1.0"
}
}
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