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

react-tabs-component

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tabs-component - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

29

package.json
{
"name": "react-tabs-component",
"version": "1.0.1",
"version": "1.0.2",
"description": "Tabs Component for React with the simplest API",
"keywords": ["React","tabs","tab","component"],
"repository": "https://github.com/mheiber/react-tabs-component",
"keywords": [
"React",
"tabs",
"tab",
"component"
],
"repository": {
"type": "git",
"url": "https://github.com/mheiber/react-tabs-component"
},
"main": "example.js",

@@ -23,3 +31,6 @@ "dependencies": {

"scriptPreprocessor": "./jest-preprocessor.js",
"unmockedModulePathPatterns":["react","./node_modules/react/"]
"unmockedModulePathPatterns": [
"react",
"./node_modules/react/"
]
},

@@ -29,3 +40,11 @@ "devDependencies": {

"react-tools": "^0.13.1"
}
},
"bugs": {
"url": "https://github.com/mheiber/react-tabs-component/issues"
},
"homepage": "https://github.com/mheiber/react-tabs-component",
"directories": {
"example": "examples"
},
"license": "ISC"
}

4

readme.md
# react-tabs-component #
Provides tabs for React with a very clean API.
Tabs component for React with the simplest API

@@ -106,2 +106,2 @@ This JSX:

</Tabs>
```
```
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