Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@os-design/core

Package Overview
Dependencies
Maintainers
0
Versions
494
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 1.0.266 to 1.0.267

7

dist/TimePicker/index.js

@@ -39,3 +39,8 @@ import { useTime } from '@os-design/time-picker-utils';

selection,
setSelection,
setSelection: nextSelection => {
if (inputRef.current) {
inputRef.current.setSelectionRange(nextSelection.start, nextSelection.end);
}
setSelection(nextSelection);
},
forwardedValue,

@@ -42,0 +47,0 @@ setForwardedValue

4

package.json
{
"name": "@os-design/core",
"version": "1.0.266",
"version": "1.0.267",
"license": "UNLICENSED",

@@ -61,3 +61,3 @@ "repository": "git@gitlab.com:os-team/libs/os-design.git",

},
"gitHead": "51002e48f9798db8596a565588022e413468bf10"
"gitHead": "4068864bf73c656290590790c26546a3b4bef507"
}

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