Socket
Socket
Sign inDemoInstall

grunt-md5vel

Package Overview
Dependencies
30
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6 to 0.0.7

2

package.json
{
"name": "grunt-md5vel",
"description": "Generates md5 filenames.",
"version": "0.0.6",
"version": "0.0.7",
"homepage": "https://github.com/evanrs/grunt-md5vel",

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

@@ -12,2 +12,3 @@ /*

var __template = _.template(
"<%= folder? (folder+'/') : '' %>" +
"<%= _.filter([prefix, hash, suffix]).join(delimiter) %>" +

@@ -75,2 +76,3 @@ "<%= extension ? '.' + extension :'' %>");

extension: path.extname(srcFile).replace('.', ''),
folder: '',
hash: '',

@@ -77,0 +79,0 @@ prefix: path.basename(srcFile, path.extname(srcFile)),

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc