Socket
Socket
Sign inDemoInstall

@bluframe/bluframe

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bluframe/bluframe - npm Package Compare versions

Comparing version 0.18.0 to 0.18.1

8

flow-typed/@bluframe/blublocks.js

@@ -94,3 +94,2 @@ // @flow

+bold?: boolean,
+buttonType?: string,
+className?: string,

@@ -108,3 +107,4 @@ +disabled?: boolean,

+secondary?: boolean,
+small?: boolean
+small?: boolean,
+type?: string
|}

@@ -159,3 +159,3 @@

+label: string,
+onBlur?: () => void,
+onBlur?: (event: SyntheticEvent<*>) => void,
+onChange?: (event: SyntheticInputEvent<HTMLInputElement>) => void,

@@ -207,3 +207,3 @@ +name: string,

+name: string,
+onBlur?: () => void,
+onBlur?: (event: SyntheticEvent<*>) => void,
+onChange: (value: OptionValue | null) => void,

@@ -210,0 +210,0 @@ +options: Option[],

{
"name": "@bluframe/bluframe",
"version": "0.18.0",
"version": "0.18.1",
"description": "A collection of React UI Components and Hooks by Blu Frame",

@@ -5,0 +5,0 @@ "repository": "git@github.com:bluframe/bluframe.git",

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