Socket
Socket
Sign inDemoInstall

postcss-url

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-url - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 1.0.2 - 2014-10-10
- Fix non-working base64 encoding
# 1.0.1 - 2014-10-09

@@ -2,0 +6,0 @@

@@ -63,2 +63,3 @@ /**

else {
file = fs.readFileSync(file).toString()
newPath = "data:" + mimeType + ";base64," + base64.encode(file)

@@ -65,0 +66,0 @@ }

2

package.json
{
"name": "postcss-url",
"version": "1.0.1",
"version": "1.0.2",
"description": "PostCSS plugin to rebase or inline on url().",

@@ -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