New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

grunt-packer

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-packer - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9-2

4

lib/pack-css-task.js

@@ -47,3 +47,3 @@ var path = require('path'),

cssDir = path.dirname(css),
matchResult = code.match(/url\([^#\)]+?\)/ig);
matchResult = code.match(/url\((?!("|')?data:)[^#\)]+?\)/ig);
if(matchResult) {

@@ -97,3 +97,3 @@ matchResult.forEach(function(match){

cssDir = path.dirname(css),
matchResult = code.match(/url\([^#\)]+?\)/ig);
matchResult = code.match(/url\((?!("|')?data:)[^#\)]+?\)/ig);
if(matchResult) {

@@ -100,0 +100,0 @@ matchResult.forEach(function(match){

{
"name": "grunt-packer",
"description": "Grunt plugin to automagically concat JS and CSS files found in HTML",
"version": "0.1.8",
"version": "0.1.9-2",
"author": "Oleg Elifantiev <oleg@elifantiev.ru>",

@@ -6,0 +6,0 @@ "contributors": [],

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