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 4.0.1 to 5.0.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# 5.0.0 - 2015-09-07
- Removed: compatibility with postcss v4.x
([#45](https://github.com/postcss/postcss-url/pull/45))
- Added: compatibility with postcss v5.x
([#76](https://github.com/postcss/postcss-url/pull/45))
# 4.0.1 - 2015-08-06

@@ -2,0 +9,0 @@

2

index.js

@@ -36,3 +36,3 @@ /**

styles.eachDecl(function(decl) {
styles.walkDecls(function(decl) {
if (decl.value && decl.value.indexOf("url(") > -1) {

@@ -39,0 +39,0 @@ processDecl(result, decl, from, to, mode, options)

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

@@ -8,3 +8,3 @@ "keywords": [

"postcss",
"postcss-plugins",
"postcss-plugin",
"url",

@@ -23,8 +23,6 @@ "rebase",

"files": [
"CHANGELOG.md",
"LICENSE",
"index.js"
],
"dependencies": {
"directory-encoder": "^0.6.1",
"directory-encoder": "^0.7.2",
"js-base64": "^2.1.5",

@@ -34,9 +32,9 @@ "mime": "^1.2.11",

"path-is-absolute": "^1.0.0",
"postcss": "^4.1.11",
"postcss": "^5.0.0",
"reduce-function-call": "^1.0.1"
},
"devDependencies": {
"eslint": "^0.23.0",
"postcss-import": "^5.0.0",
"tape": "^3.0.0"
"eslint": "^1.1.0",
"postcss-import": "^7.0.0",
"tape": "^4.0.3"
},

@@ -43,0 +41,0 @@ "scripts": {

@@ -31,3 +31,3 @@ # postcss-url [![Build Status](https://travis-ci.org/postcss/postcss-url.png)](https://travis-ci.org/postcss/postcss-url)

// "copy" mode need `from` and `to` option to work
from: "src/stylesheet/index.css"
from: "src/stylesheet/index.css",
to: "dist/index.css"

@@ -34,0 +34,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