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

fis3-postprocessor-postcss

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis3-postprocessor-postcss - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

.editorconfig

30

package.json
{
"name": "fis3-postprocessor-postcss",
"version": "0.0.1",
"description": "fis3",
"version": "0.1.0",
"description": "fis3 postcss",
"main": "index.js",
"scripts": {
"test": "mocha test"
"test": "mocha tests",
"publish": "npm publish --registry https://registry.npmjs.com/",
"commitmsg": "validate-commit-msg",
"precommit": "npm t"
},
"config": {
"validate-commit-msg": {
"helpMessage": "commit 格式请参考 https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit"
}
},
"repository": {

@@ -15,3 +23,2 @@ "type": "git",

"postcss",
"cssnext",
"autoprefixer",

@@ -25,3 +32,16 @@ "fis3"

},
"homepage": "https://github.com/jiangyuan/fis3-postprocessor-postcss#readme"
"homepage": "https://github.com/jiangyuan/fis3-postprocessor-postcss#readme",
"devDependencies": {
"chai": "^3.5.0",
"fis-parser-node-sass": "^0.2.1",
"fis3": "^3.4.22",
"husky": "^0.11.7",
"mocha": "^3.0.2",
"postcss-cssnext": "^2.8.0",
"validate-commit-msg": "^2.8.0"
},
"dependencies": {
"autoprefixer": "^6.4.1",
"postcss": "^5.1.2"
}
}
# fis3-postprocessor-postcss

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