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 1.0.0 to 1.0.1

2

changelog.txt

@@ -0,1 +1,3 @@

Version 1.0.1 (2024-02-21)
Added `icon` and `license` and updated dependencies to latest.
Version 0.0.4 (2014-09-25)

@@ -2,0 +4,0 @@ Added task description.

@@ -9,3 +9,3 @@ var ZipWriter = require("moxie-zip").ZipWriter;

var propsId = "7857dbf80735479b8ee19fa60cb8239e", excludePaths = {};
// MIT licensed by Sindre Sorhus https://github.com/sindresorhus/semver-regex

@@ -120,2 +120,10 @@ var semVerRegex = /\bv?(?:0|[1-9][0-9]*)\.(?:0|[1-9][0-9]*)\.(?:0|[1-9][0-9]*)(?:-[\da-z\-]+(?:\.[\da-z\-]+)*)?(?:\+[\da-z\-]+(?:\.[\da-z\-]+)*)?\b/ig;

if (property === "license") {
xw.startElement(property);
xw.writeAttribute("type", "expression");
xw.text(meta[property].toString());
xw.endElement();
return;
}
xw.writeElement(property, meta[property].toString());

@@ -122,0 +130,0 @@ }

2

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

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

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