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

accessible-react-tabs

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

accessible-react-tabs - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

1

es/Tabs.js

@@ -10,3 +10,2 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

import Tabpanel from './Tabpanel';
import './tabs.css';

@@ -13,0 +12,0 @@ var Tabs = function (_React$Component) {

13

lib/index.js

@@ -1,1 +0,12 @@

"use strict";
'use strict';
exports.__esModule = true;
var _Tabs = require('./Tabs');
var _Tabs2 = _interopRequireDefault(_Tabs);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.default = _Tabs2.default;
module.exports = exports['default'];

@@ -18,4 +18,2 @@ 'use strict';

require('./tabs.css');
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -22,0 +20,0 @@

{
"name": "accessible-react-tabs",
"version": "0.0.3",
"version": "0.0.4",
"description": "Accessible tab component for React",

@@ -5,0 +5,0 @@ "repository": {

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