New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4 to 0.0.5

license

5

lib/Package.js

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

var propsId = "7857dbf80735479b8ee19fa60cb8239e", excludePaths = {};
// MIT licensed by Sindre Sorhus https://github.com/sindresorhus/semver-regex
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;

@@ -24,3 +27,3 @@ function verifyMeta() {

if (!/^[0-9]+\.[0-9]+\.[0-9]+$/.test(meta.version)) {
if (!semVerRegex.test(meta.version)) {
throw new Error("Version isn't proper sem-ver \"x.x.x\".");

@@ -27,0 +30,0 @@ }

3

package.json
{
"name": "grunt-nuget-pack",
"version": "0.0.4",
"version": "0.0.5",
"description": "Grunt task for creating nuget packages without using nuget.exe.",
"author": "Moxiecode Systems AB <info@moxiecode.com>",
"license": "MIT",
"repository": {

@@ -7,0 +8,0 @@ "type" : "git",

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