Socket
Socket
Sign inDemoInstall

css-b64-images

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

css-b64-images - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

lib/css-b64-images.js

@@ -31,3 +31,3 @@ var fs = require('fs'),

if(absoluteUrlRegex.test(imageUrl)) {
imagePath = Path.join(root, imageUrl.substr(1));
imagePath = Path.join(rootPath, imageUrl.substr(1));
}else{

@@ -34,0 +34,0 @@ imagePath = Path.join(relativePath, imageUrl);

@@ -5,3 +5,3 @@ {

"description": "Base64 images in your css",
"version": "0.2.0",
"version": "0.2.1",
"main": "lib/css-b64-images.js",

@@ -8,0 +8,0 @@ "bin": "bin/css-b64-images",

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