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.17.0 to 0.18.0

16

flow-typed/@bluframe/blublocks.js

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

declare module "@bluframe/blublocks" {
import type { ElementRef } from "react"
import type { KeyFrames, StyledComponent } from "styled-components"

@@ -153,7 +154,11 @@

declare type InputTextProps = {|
+className?: string,
+defaultValue?: string,
+inputId?: string,
+label: string,
+onBlur?: () => void,
+onChange?: (event: SyntheticInputEvent<HTMLInputElement>) => void,
+name: string,
+onChange: (value: string) => void,
+value: string
+ref?: ElementRef<*>,
+value?: string
|}

@@ -197,9 +202,12 @@

declare type SelectProps = {|
+defaultValue?: string,
+className?: string,
+label: React$Node,
+name: string,
+onSelect: (selected: number | string | null) => void,
+onBlur?: () => void,
+onChange: (value: OptionValue | null) => void,
+options: Option[],
+placeholder?: string,
+selected: number | string | null
+ref?: ElementRef<*>,
+value?: OptionValue | null
|}

@@ -206,0 +214,0 @@

{
"name": "@bluframe/bluframe",
"version": "0.17.0",
"version": "0.18.0",
"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