Socket
Socket
Sign inDemoInstall

postcss-custom-media

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-custom-media - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

5

CHANGELOG.md

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

# 1.2.1 - 2014-10-09
- Fix npm description
# 1.2.0 - 2014-10-01

@@ -13,5 +17,4 @@

# 1.0.0 - 2014-08-12
First release based on [rework-custom-media](https://github.com/reworkcss/rework-custom-media) v0.1.1

2

index.js

@@ -68,3 +68,3 @@ /**

function gnuMessage(message, source) {
return (source ? (source.file ? source.file : "<css input>") + ":" + source.start.line + ":" + source.start.column : "") + " " + message
return (source ? (source.file ? source.file : "<css input>") + ":" + source.start.line + ":" + source.start.column + " " : "") + message
}
{
"name": "postcss-custom-media",
"version": "1.2.0",
"description": "PostCSS plugin to import CSS files",
"version": "1.2.1",
"description": " PostCSS plugin to transform W3C CSS Custom Media Queries to more compatible CSS",
"keywords": [

@@ -12,3 +12,3 @@ "css",

],
"author": "MoOx",
"author": "Maxime Thirouin",
"license": "MIT",

@@ -22,3 +22,2 @@ "repository": {

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

@@ -28,14 +27,11 @@ ],

"devDependencies": {
"jscs": "^1.5.9",
"jshint": "^2.5.2",
"jshint-stylish": "^0.4.0",
"postcss": "^2.1.2",
"tap-colorize": "^1.2.0",
"tape": "^2.13.4"
"jscs": "^1.6.2",
"jshint": "^2.5.6",
"postcss": "^2.2.5",
"tape": "^3.0.0"
},
"scripts": {
"jscs": "jscs *.js **/*.js",
"jshint": "jshint . --exclude node_modules --reporter node_modules/jshint-stylish/stylish.js",
"test": "npm run jscs && npm run jshint && tape test | tap-colorize"
"lint": "jscs *.js **/*.js && jshint . --exclude-path .gitignore",
"test": "npm run lint && tape test"
}
}

Sorry, the diff of this file is not supported yet

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