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

grunt-usemin

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-usemin - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

5

lib/revvedfinder.js

@@ -46,2 +46,5 @@ 'use strict';

var startAtRoot = false;
var regexpQuote = function(str) {
return (str+'').replace(/([.?*+^$[\]\\(){}|-])/g, "\\$1");
};

@@ -60,3 +63,3 @@ //do not touch external files or the root

// Our filename
var basename = path.basename(file);
var basename = regexpQuote(path.basename(file));
// The path (possibly relative) to the file we're the revved looking for

@@ -63,0 +66,0 @@ var dirname = path.dirname(file);

2

package.json
{
"name": "grunt-usemin",
"version": "0.1.8",
"version": "0.1.9",
"description": "Grunt task replaces references to non-optimized scripts or stylesheets into a set of HTML files (or any templates/views).",

@@ -5,0 +5,0 @@ "keywords": [

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