Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postcss-autoreset

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-autoreset - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

30

package.json
{
"name": "postcss-autoreset",
"version": "3.0.2",
"version": "3.0.3",
"description": "PostCSS plugin for partial styles reset",
"main": "index.js",
"scripts": {
"lint": "eslint index.js lib/ test/",
"test": "yarn run lint && yarn run test-unit",
"test-unit": "mocha test/index.js",
"test-dev": "mocha -w test/index.js",
"precommit": "yarn test"
},
"repository": {

@@ -32,2 +39,10 @@ "type": "git",

},
"devDependencies": {
"clean-publish": "^1.1.8",
"eslint": "^7.10.0",
"eslint-plugin-mocha": "^8.0.0",
"husky": "^4.3.0",
"mocha": "^8.1.3",
"postcss": "^8.1.1"
},
"peerDependency": {

@@ -38,3 +53,16 @@ "postcss": "^8.1.1"

"postcss-js": "^3.0.1"
},
"eslintConfig": {
"parserOptions": {
"ecmaVersion": 2017
},
"env": {
"node": true,
"mocha": true
},
"extends": [
"eslint:recommended",
"plugin:mocha/recommended"
]
}
}
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