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

@smart-react-components/ui

Package Overview
Dependencies
Maintainers
1
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smart-react-components/ui - npm Package Compare versions

Comparing version 2.0.0-alpha-81 to 2.0.0-alpha-82

2

package.json
{
"name": "@smart-react-components/ui",
"version": "2.0.0-alpha-81",
"version": "2.0.0-alpha-82",
"license": "MIT",

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

@@ -1,2 +0,3 @@

import Th from '@smart-react-components/core/Element/Th';
export default Th;
import { StyledProps } from '@smart-react-components/core/styled-props';
declare const _default: import("styled-components").StyledComponent<"th", any, StyledProps, never>;
export default _default;

@@ -7,2 +7,3 @@ "use strict";

const Th_1 = __importDefault(require("@smart-react-components/core/Element/Th"));
exports.default = Th_1.default;
const styled_components_1 = __importDefault(require("styled-components"));
exports.default = (0, styled_components_1.default)(Th_1.default).attrs(({ textAlign = 'left' }) => ({ textAlign })) ``;
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