Socket
Socket
Sign inDemoInstall

postcss-font-variant

Package Overview
Dependencies
9
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 3.0.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 3.0.0 - 2017-05-11
- Changed: use PostCSS 6 API
# 2.0.1 - 2016-07-08

@@ -2,0 +6,0 @@

15

package.json
{
"name": "postcss-font-variant",
"version": "2.0.1",
"version": "3.0.0",
"description": "PostCSS plugin to transform W3C font-variant properties to more compatible CSS (font-feature-settings)",

@@ -15,6 +15,3 @@ "keywords": [

"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/postcss/postcss-font-variant.git"
},
"repository": "https://github.com/postcss/postcss-font-variant.git",
"files": [

@@ -24,9 +21,9 @@ "index.js"

"dependencies": {
"postcss": "^5.0.4"
"postcss": "^6.0.1"
},
"devDependencies": {
"jscs": "^2.1.0",
"jshint": "^2.8.0",
"jscs": "^3.0.7",
"jshint": "^2.9.4",
"npmpub": "^3.1.0",
"tape": "^4.0.3"
"tape": "^4.6.3"
},

@@ -33,0 +30,0 @@ "scripts": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc