Socket
Socket
Sign inDemoInstall

@os-design/core

Package Overview
Dependencies
Maintainers
1
Versions
478
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@os-design/core - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

5

lib/Label/index.js

@@ -8,2 +8,5 @@ "use strict";

const styled_1 = __importDefault(require("@os-design/styled"));
const LabelContainer = styled_1.default.label `
display: block;
`;
const LabelText = styled_1.default.div `

@@ -18,3 +21,3 @@ font-size: ${p => p.theme.sizing.small}em;

// eslint-disable-next-line jsx-a11y/label-has-associated-control
react_1.default.createElement("label", { className: props.className },
react_1.default.createElement(LabelContainer, { className: props.className },
react_1.default.createElement(LabelText, null, props.value),

@@ -21,0 +24,0 @@ props.children));

4

package.json
{
"name": "@os-design/core",
"version": "0.0.16",
"version": "0.0.17",
"license": "MIT",

@@ -31,3 +31,3 @@ "main": "lib/index.js",

},
"gitHead": "a28db21798c1bd9fb39d7d7f5abe3c275f7d8624"
"gitHead": "3372e426939e26d1fd4aa0a9a484ae6873443197"
}

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