New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

postcss-prettify

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-prettify - npm Package Compare versions

Comparing version

to
0.3.0

.babelrc

47

package.json
{
"name": "postcss-prettify",
"version": "0.2.0",
"version": "0.3.0",
"description": "prettify postcss output",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir dist",
"clean": "rimraf dist",
"lint": "eslint 'src/**/*.js' 'test/**/*.js'",
"test": "mocha",
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint index.js test/*.js"
"cover": "istanbul cover _mocha",
"dev": "chokidar 'src/**/*.js' 'test/**/*' -c 'clear && npm-run-all lint cover'",
"prepublish": "npm-run-all clean build"
},

@@ -27,21 +30,23 @@ "repository": {

"dependencies": {
"postcss": "^5.0.19"
"defined": "1.0.0",
"postcss": "5.0.19"
},
"devDependencies": {
"co-mocha": "^1.1.2",
"eslint": "^2.3.0",
"eslint-config-airbnb": "^6.1.0",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"mz": "^2.3.1"
},
"eslintConfig": {
"extends": "airbnb/base",
"rules": {
"semi": [
2,
"never"
]
}
"babel-cli": "6.6.5",
"babel-plugin-add-module-exports": "0.1.2",
"babel-polyfill": "6.7.2",
"babel-preset-es2015": "6.6.0",
"babel-preset-stage-1": "6.5.0",
"babel-register": "6.7.2",
"chokidar-cli": "1.2.0",
"clear-cli": "1.0.1",
"co-mocha": "1.1.2",
"eslint": "2.4.0",
"eslint-config-airbnb": "6.1.0",
"istanbul": "github:gotwarlost/istanbul#v1",
"mocha": "2.4.5",
"mz": "2.3.1",
"npm-run-all": "1.5.3",
"rimraf": "2.5.2"
}
}

@@ -0,1 +1,3 @@

# WARNING — recent breaking changes yet to be reflected in readme or changelog — will update ASAP
# `postcss-prettify` [![build][1]][2] [![coverage][3]][4]

@@ -2,0 +4,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet