New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@quid/react-tabs-provider

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quid/react-tabs-provider - npm Package Compare versions

Comparing version 1.26.0 to 1.38.1

LICENSE.md

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.38.1](https://github.com/quid/refraction/tree/master/packages/react-tabs-provider/compare/v1.38.0...v1.38.1) (2019-03-12)
### Bug Fixes
* set all packages to public by default ([6a4d961](https://github.com/quid/refraction/tree/master/packages/react-tabs-provider/commit/6a4d961))
# 1.26.0 (2019-01-31)

@@ -8,0 +19,0 @@

8

package.json
{
"name": "@quid/react-tabs-provider",
"version": "1.26.0",
"version": "1.38.1",
"description": "render-props based component to handle tab navigation",

@@ -13,2 +13,5 @@ "main": "dist/index.js",

},
"publishConfig": {
"access": "public"
},
"scripts": {

@@ -26,3 +29,4 @@ "start": "microbundle watch",

"react": "15||16"
}
},
"gitHead": "87ac93becfec800c1738d987b78044e84a25d8f3"
}

@@ -7,3 +7,3 @@ This first example showcases the "stateful" or "uncontrolled" usage.

```js
```js showcode
const { Tabs, TabList, TabPanel } = require('.');

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