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.2.0 to 0.2.1

24

package.json
{
"name": "postcss-typescale",
"version": "0.2.0",
"version": "0.2.1",
"description": "A PostCSS plugin to set type based on a typographic scale.",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"typographic scale",
"postcss-structure"
],
"keywords": ["postcss", "css", "postcss-plugin", "typographic scale", "postcss-structure"],
"author": "Francois Romain <francoisromain@gmail.com>",

@@ -24,3 +18,3 @@ "license": "MIT",

"build": "babel src --out-dir lib",
"test": "ava && eslint *.js"
"test": "npm run build && ava && eslint *.js"
},

@@ -54,14 +48,8 @@ "main": "./lib/index.js",

"ava": {
"files": [
"test/tests.js"
],
"require": [
"babel-register"
]
"files": ["test/tests.js"],
"require": ["babel-register"]
},
"babel": {
"presets": [
"es2015"
]
"presets": ["es2015"]
}
}
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