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.1.0 to 1.1.1

4

CHANGELOG.md

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

# 1.1.1 - 2014-10-30
- Fix bug which leads to not correct base64 code
# 1.1.0 - 2014-10-29

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

2

index.js

@@ -128,3 +128,3 @@ /**

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

@@ -131,0 +131,0 @@ }

{
"name": "postcss-url",
"version": "1.1.0",
"version": "1.1.1",
"description": "PostCSS plugin to rebase or inline on url().",

@@ -24,3 +24,2 @@ "keywords": [

"LICENSE",
"README.md",
"index.js"

@@ -27,0 +26,0 @@ ],

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