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

@axah/components

Package Overview
Dependencies
Maintainers
10
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axah/components - npm Package Compare versions

Comparing version 9.4.6 to 9.5.0

lib/jsnext/tabs/tab.js

16

lib/index.js

@@ -338,2 +338,14 @@ "use strict";

});
Object.defineProperty(exports, "Tabs", {
enumerable: true,
get: function get() {
return _tabs["default"];
}
});
Object.defineProperty(exports, "Tab", {
enumerable: true,
get: function get() {
return _tab["default"];
}
});
exports.ModalSuccessIcon = exports.ModalErrorIcon = exports.FormGroupWithDateInput = exports.FormGroupWithTextField = exports.FormGroupWithCheckbox = void 0;

@@ -411,2 +423,6 @@

var _tabs = _interopRequireDefault(require("./tabs/tabs"));
var _tab = _interopRequireDefault(require("./tabs/tab"));
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; }

@@ -413,0 +429,0 @@

3

lib/jsnext/index.js

@@ -127,2 +127,5 @@ /* eslint-disable import/newline-after-import */

export { Group };
import Tabs from './tabs/tabs';
import Tab from './tabs/tab';
export { Tabs, Tab };
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@axah/components",
"version": "9.4.6",
"version": "9.5.0",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "jsnext:main": "lib/jsnext/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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