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

analysis-ui-components

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

analysis-ui-components - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

2

lib-esm/layout/Tabs.js

@@ -52,3 +52,3 @@ import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";

props.onClick?.(item);
} }, item.id))) }), void 0), _jsx("div", Object.assign({ style: { marginLeft: 5 } }, { children: item.content }), void 0)] }), void 0));
} }, item.id))) }), void 0), _jsx("div", Object.assign({ style: { marginLeft: 5, ...props.style } }, { children: item.content }), void 0)] }), void 0));
}

@@ -55,0 +55,0 @@ function TabsHorizontal(props) {

@@ -52,3 +52,3 @@ import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";

props.onClick?.(item);
} }, item.id))) }), void 0), _jsx("div", Object.assign({ style: { marginLeft: 5 } }, { children: item.content }), void 0)] }), void 0));
} }, item.id))) }), void 0), _jsx("div", Object.assign({ style: { marginLeft: 5, ...props.style } }, { children: item.content }), void 0)] }), void 0));
}

@@ -55,0 +55,0 @@ function TabsHorizontal(props) {

{
"name": "analysis-ui-components",
"version": "0.8.0",
"version": "0.8.1",
"description": "React components to build analysis UI",

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

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