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

@ltht-react/description-list

Package Overview
Dependencies
Maintainers
6
Versions
364
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ltht-react/description-list - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

2

lib/index.js

@@ -37,3 +37,3 @@ "use strict";

var description_1 = __importDefault(require("./atoms/description"));
var StyledDescriptionList = styled_1.default.dl(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n list-style: none;\n margin-top: 1rem;\n margin-bottom: 0;\n"], ["\n list-style: none;\n margin-top: 1rem;\n margin-bottom: 0;\n"])));
var StyledDescriptionList = styled_1.default.dl(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n list-style: none;\n margin-top: 1rem;\n margin-bottom: 0;\n\n &:first-of-type {\n margin-top: 0;\n }\n"], ["\n list-style: none;\n margin-top: 1rem;\n margin-bottom: 0;\n\n &:first-of-type {\n margin-top: 0;\n }\n"])));
var DescriptionList = function (_a) {

@@ -40,0 +40,0 @@ var classes = _a.classes, children = _a.children, rest = __rest(_a, ["classes", "children"]);

{
"name": "@ltht-react/description-list",
"version": "1.1.1",
"version": "1.2.0",
"description": "ltht-react DescriptionList component.",

@@ -30,3 +30,3 @@ "author": "LTHT",

"@emotion/styled": "^11.0.0",
"@ltht-react/styles": "^1.1.0",
"@ltht-react/styles": "^1.2.0",
"@ltht-react/types": "^1.0.0",

@@ -37,3 +37,3 @@ "@ltht-react/utils": "^1.1.1",

},
"gitHead": "a60bc0a242a9690523faaf2b007a6ad63a353007"
"gitHead": "098fc387ca2a9345296fb88483e929c5f766167a"
}

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