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 5.1.0 to 5.1.1

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 5.1.1 - 2016-02-03
- Fixed: typo in an error message
([#62](https://github.com/postcss/postcss-url/pull/62))
# 5.1.0 - 2016-01-19

@@ -2,0 +7,0 @@

2

index.js

@@ -84,3 +84,3 @@ /**

default:
throw new Error("Unknow mode for postcss-url: " + mode)
throw new Error("Unknown mode for postcss-url: " + mode)
}

@@ -87,0 +87,0 @@ }

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

@@ -32,3 +32,4 @@ "keywords": [

"eslint": "^1.10.3",
"eslint-config-i-am-meticulous": "^1.0.0",
"eslint-config-i-am-meticulous": "^2.0.0",
"npmpub": "^3.0.1",
"postcss-import": "^7.0.0",

@@ -40,11 +41,8 @@ "tape": "^4.0.3"

"tests": "tape test",
"test": "npm run lint && npm run tests"
"test": "npm run lint && npm run tests",
"release": "npmpub"
},
"eslintConfig": {
"extends": "eslint-config-i-am-meticulous",
"parser": "espree",
"rules": {
"no-var": 0
}
"extends": "eslint-config-i-am-meticulous/es5"
}
}
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