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

postcss-font-family-system-ui

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-font-family-system-ui - npm Package Compare versions

Comparing version 4.3.0 to 5.0.0

dist/index.bundle.cjs

12

CHANGELOG.md

@@ -0,1 +1,13 @@

## 5.0.0 (2020-09-22)
##### Breaking Changes
- Support PostCSS 8 (#328) (e4a3d588)
##### Chores
- remove unmaintained echint (#333) (48906720)
- change artifact layout (#332) (eade9143)
- remove unused @rollup/plugin-json (491973b5)
### 4.3.0 (2020-07-05)

@@ -2,0 +14,0 @@

83

package.json
{
"name": "postcss-font-family-system-ui",
"version": "4.3.0",
"version": "5.0.0",
"description": "Use the system-ui font family in CSS",

@@ -14,50 +14,18 @@ "author": "Junliang Huang <i@jhuang.me>",

"bugs": "https://github.com/JLHwung/postcss-font-family-system-ui/issues",
"main": "index.bundle.cjs",
"module": "index.mjs",
"main": "./dist/index.bundle.cjs",
"type": "module",
"exports": {
"import": "./index.mjs",
"require": "./index.bundle.cjs"
"import": "./dist/index.bundle.mjs",
"require": "./dist/index.bundle.cjs"
},
"files": [
"index.mjs",
"index.bundle.cjs",
"lib"
"dist/"
],
"scripts": {
"build": "rollup -c .rollup.mjs --silent",
"check:ec": "echint --ignore index.bundle.cjs test",
"check:js": "eslint *.[cm]js --cache --ignore-path .gitignore --quiet",
"check:spelling": "yaspeller -c package.json --lang en --ignore-uppercase --ignore-roman-numerals --ignore-urls README.md",
"prepublishOnly": "npm test",
"pretest": "npm run build",
"check": "npm run check:js && npm run check:ec && npm run check:spelling",
"test": "echo 'Running tests...'; npm run check && npm run test:tape",
"test:tape": "postcss-tape --config .tape.cjs"
},
"dependencies": {
"browserslist": "^4.0.0",
"caniuse-lite": "^1.0.30000655",
"postcss": "^7.0.0"
"caniuse-lite": "^1.0.30000655"
},
"devDependencies": {
"@babel/core": "7.10.4",
"@babel/plugin-transform-for-of": "7.10.4",
"@babel/preset-env": "7.10.4",
"@rollup/plugin-babel": "5.0.4",
"@rollup/plugin-json": "4.1.0",
"ajv": "6.12.3",
"babel-eslint": "10.1.0",
"echint": "4.0.2",
"eslint": "7.4.0",
"eslint-config-dev": "2.0.0",
"postcss-tape": "4.0.0",
"pre-commit": "1.2.2",
"rollup": "1.32.1",
"yaspeller": "7.0.0"
"peerDependencies": {
"postcss": "^8.0.0"
},
"eslintConfig": {
"extends": "dev",
"parser": "babel-eslint"
},
"keywords": [

@@ -80,36 +48,3 @@ "postcss",

"typeface"
],
"yaspeller": {
"dictionary": [
"Affirmer",
"Affirmer's",
"babili",
"babelrc",
"browserslist",
"caniuse",
"devDependencies",
"env",
"es6",
"esm",
"Gulpfile",
"greenkeeper",
"Gruntfile",
"istanbul",
"js",
"lockfile",
"npm",
"nyc",
"postcss",
"PostCSS",
"polyfill",
"Refactors",
"rollup",
"std",
"sublicensable",
"travis",
"ui",
"yaspeller",
"^[A-f0-9]{8}$"
]
}
]
}

@@ -30,3 +30,3 @@ # postcss-font-family-system-ui [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][postcss]

```bash
npm install postcss-font-family-system-ui --save-dev
npm install postcss postcss-font-family-system-ui --save-dev
```

@@ -33,0 +33,0 @@

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