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

postcss-base64

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-base64 - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

8

index.js

@@ -63,5 +63,7 @@ var fs = require('fs'),

node.replaceValues(search, function (string) {
return replaceFiles(string, opts);
});
if(node.replaceValues) {
node.replaceValues(search, function (string) {
return replaceFiles(string, opts);
});
}
});

@@ -68,0 +70,0 @@ }

{
"name": "postcss-base64",
"version": "0.6.0",
"version": "0.6.1",
"description": "Replace values in url() statements with base64 encoded strings.",

@@ -5,0 +5,0 @@ "author": "Jelmer de Maat",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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