Socket
Socket
Sign inDemoInstall

postcss-normalize

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-normalize - npm Package Compare versions

Comparing version 10.0.1 to 11.0.0

37

package.json
{
"name": "postcss-normalize",
"version": "10.0.1",
"version": "11.0.0",
"description": "Use the parts of normalize.css or sanitize.css you need from your browserslist",

@@ -25,5 +25,4 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

"prepublishOnly": "npm test",
"build": "rollup --config .rollup.js --silent",
"lint": "package-check && eslint --cache .gitignore --quiet",
"test": "npm run lint && npm run build && npm run tape",
"build": "rollup --config .rollup.mjs --silent",
"test": "npm run build && npm run tape",
"tape": "postcss-tape"

@@ -44,14 +43,7 @@ },

"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/preset-env": "^7.15.6",
"@skypack/package-check": "^0.2.2",
"browserslist": "^4.16.5",
"eslint": "^7.32.0",
"postcss": "^8.2.13",
"postcss": "^8.4.31",
"postcss-import": "^14.0.2",
"postcss-tape": "^6.0.1",
"pre-commit": "^1.2.2",
"rollup": "^2.56.3",
"rollup-plugin-babel": "^4.4.0"
"rollup": "^4.21.2"
},

@@ -71,21 +63,2 @@ "babel": {

},
"eslintConfig": {
"extends": "eslint:recommended",
"ignorePatterns": [
".tape.js"
],
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module",
"ecmaFeatures": {
"modules": true
}
},
"rules": {
"semi": [
"error",
"never"
]
}
},
"keywords": [

@@ -92,0 +65,0 @@ "postcss",

Sorry, the diff of this file is not supported yet

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