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.1 to 1.1.2

4

CHANGELOG.md

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

# 1.1.2 - 2014-11-08
- Fix MaxSize issue ([ref](https://github.com/postcss/postcss-url/issues/9))
# 1.1.1 - 2014-10-30

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

2

index.js

@@ -107,3 +107,3 @@ /**

var fullFilePath;
maxSize *= 1024 * 8
maxSize *= 1024;
if (basePath) {

@@ -110,0 +110,0 @@ fullFilePath = path.join(basePath, value)

{
"name": "postcss-url",
"version": "1.1.1",
"version": "1.1.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