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.11 to 0.0.12

2

lib/Input/index.d.ts

@@ -39,3 +39,3 @@ import React from 'react';

*/
onChange?: () => void;
onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
}

@@ -42,0 +42,0 @@ /**

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

`;
const InputField = styled_1.default('input', utils_1.omitProps(['left', 'right'])) `
const InputField = styled_1.default('input', utils_1.omitProps(['darkMode', 'left', 'right'])) `
box-sizing: border-box;

@@ -61,0 +61,0 @@ width: 100%;

{
"name": "@os-design/core",
"version": "0.0.11",
"version": "0.0.12",
"license": "MIT",

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

},
"gitHead": "f5870c644152ed287544e8841097c51fd20793ec"
"gitHead": "713bf557baf1b54055e4a7626b63fa9eca7bda9c"
}

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