Socket
Socket
Sign inDemoInstall

styledocco

Package Overview
Dependencies
10
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.2 to 0.6.3

2

cli.js

@@ -44,3 +44,3 @@ 'use strict';

path = path.indexOf('/', path.length -1) > -1? path : path + '/';
var regex = /(url\(["']?)([^/'"][\w/.]*)/gm;
var regex = /(url\(["']?)(?!data:)([^/'"][\w/.]*)/gm;
return css.replace(regex, "$1" + path + "$2");

@@ -47,0 +47,0 @@ } else {

@@ -7,3 +7,3 @@ {

"contributors": ["David Marrs <david@marrsbytes.com>"],
"version": "0.6.2",
"version": "0.6.3",
"homepage": "http://jacobrask.github.com/styledocco/",

@@ -10,0 +10,0 @@ "licenses": [ { "type": "MIT", "url": "http://github.com/jacobrask/styledocco/raw/master/LICENSE" } ],

@@ -79,2 +79,7 @@ StyleDocco

v0.6.3 - July 09, 2013
----------------------
* Do not add relative paths to data URLs
v0.6.2 - June 30, 2013

@@ -81,0 +86,0 @@ ----------------------

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc