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

postcss-typescale

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-typescale - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

40

package.json
{
"name": "postcss-typescale",
"version": "0.3.0",
"version": "0.3.1",
"description": "A PostCSS plugin to set type based on a typographic scale.",

@@ -22,6 +22,2 @@ "keywords": [

"homepage": "http://francoisromain.github.io/postcss-typescale/",
"scripts": {
"build": "babel src --out-dir lib",
"test": "npm run build && ava && eslint '**/*.js'"
},
"main": "./lib/index.js",

@@ -31,36 +27,2 @@ "peerDependencies": {

},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"ava": "^3.15.0",
"eslint": "^7.17.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0"
},
"prettier": {
"singleQuote": true
},
"eslintConfig": {
"extends": [
"airbnb",
"prettier"
],
"plugins": [
"prettier"
],
"rules": {
"no-param-reassign": [
"error",
{
"props": false
}
]
}
},
"ava": {

@@ -67,0 +29,0 @@ "files": [

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