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

postcss-normalize

Package Overview
Dependencies
Maintainers
3
Versions
24
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 11.0.0 to 12.0.0

8

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

@@ -12,3 +12,2 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

"module": "./index.mjs",
"types": "./index.d.ts",
"exports": {

@@ -20,3 +19,2 @@ "require": "./index.cjs",

"files": [
"index.d.ts",
"index.cjs",

@@ -28,7 +26,7 @@ "index.mjs"

"build": "rollup --config .rollup.mjs --silent",
"test": "npm run build && npm run tape",
"test": "npm run build && npm run tape && node .test.cjs && node .test.mjs",
"tape": "postcss-tape"
},
"engines": {
"node": ">= 12"
"node": ">= 18"
},

@@ -35,0 +33,0 @@ "peerDependencies": {

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