Socket
Socket
Sign inDemoInstall

@hig/typography

Package Overview
Dependencies
Maintainers
5
Versions
255
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/typography - npm Package Compare versions

Comparing version 0.2.0-alpha.b94224c6 to 0.2.0-alpha.c84a6e41

25

package.json
{
"name": "@hig/typography",
"version": "0.2.0-alpha.b94224c6",
"version": "0.2.0-alpha.c84a6e41",
"description": "HIG Typography components",

@@ -8,2 +8,6 @@ "author": "Autodesk Inc.",

"homepage": "https://hig.autodesk.com",
"repository": {
"type": "git",
"url": "https://github.com/Autodesk/hig.git"
},
"publishConfig": {

@@ -19,12 +23,13 @@ "access": "public"

"dependencies": {
"classnames": "^2.2.5"
"classnames": "^2.2.5",
"prop-types": "^15.6.1"
},
"devDependencies": {
"@hig/babel-preset": "0.2.0-alpha.b94224c6",
"@hig/eslint-config": "0.2.0-alpha.b94224c6",
"@hig/scripts": "0.2.0-alpha.b94224c6",
"@hig/styles": "0.2.0-alpha.b94224c6"
"@hig/babel-preset": "0.2.0-alpha.c84a6e41",
"@hig/eslint-config": "0.2.0-alpha.c84a6e41",
"@hig/scripts": "0.2.0-alpha.c84a6e41",
"@hig/semantic-release-config": "0.2.0-alpha.c84a6e41",
"@hig/styles": "^0.1.1"
},
"peerDependencies": {
"prop-types": "^15.6.1",
"react": "^15.4.1 || ^16.3.2"

@@ -34,3 +39,4 @@ },

"build": "hig-scripts-build",
"lint": "eslint src --color --ext .js,.jsx"
"lint": "hig-scripts-lint",
"release": "hig-scripts-release"
},

@@ -40,2 +46,5 @@ "eslintConfig": {

},
"release": {
"extends": "@hig/semantic-release-config"
},
"babel": {

@@ -42,0 +51,0 @@ "env": {

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