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

@hig/tabs

Package Overview
Dependencies
Maintainers
4
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/tabs - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [@hig/tabs-v1.0.3](https://github.com/Autodesk/hig/compare/@hig/tabs@1.0.2...@hig/tabs@1.0.3) (2019-04-25)
### Bug Fixes
* remove fonts package as a dependency ([5ebb31d](https://github.com/Autodesk/hig/commit/5ebb31d))
# [@hig/tabs-v1.0.2](https://github.com/Autodesk/hig/compare/@hig/tabs@1.0.1...@hig/tabs@1.0.2) (2019-03-20)

@@ -2,0 +9,0 @@

8

package.json
{
"name": "@hig/tabs",
"version": "1.0.2",
"version": "1.0.3",
"description": "HIG Tabs",

@@ -16,3 +16,2 @@ "author": "Autodesk Inc.",

"module": "build/index.es.js",
"style": "build/index.css",
"files": [

@@ -23,3 +22,2 @@ "build/*"

"@hig/behaviors": "^1.1.1",
"@hig/fonts": "^1.0.1",
"@hig/typography": "^1.0.3",

@@ -33,4 +31,4 @@ "emotion": "^10.0.0",

"peerDependencies": {
"@hig/theme-context": "^2.1.3",
"@hig/theme-data": "^2.3.3",
"@hig/theme-context": "^3.0.0",
"@hig/theme-data": "^2.4.0",
"react": "^15.4.1 || ^16.3.2"

@@ -37,0 +35,0 @@ },

@@ -15,7 +15,6 @@ # Tabs

### Import the component and CSS
### Import the component
```js
import Tabs, { Tab } from "@hig/tabs";
import "@hig/tabs/build/index.css";
```

@@ -22,0 +21,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