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 1.3.0 to 1.4.0

27

flow-typed/@bluframe/blublocks.js

@@ -256,2 +256,22 @@ // @flow

declare type TextAreaProps = {|
+className?: string,
+cols?: number,
+defaultValue?: string,
+error?: boolean,
+helperText?: string,
+inputId?: string,
+isFullBorder?: boolean,
+label?: string,
+onBlur?: (event: SyntheticEvent<*>) => void,
+onChange?: (event: SyntheticInputEvent<HTMLInputElement>) => void,
+name: string,
+placeholder?: string,
+ref?: ElementRef<*>,
+required?: boolean,
+rows?: number,
+type?: string,
+value?: string
|}
// Components

@@ -289,2 +309,3 @@ declare type AnimationComponents = {| +[key: AnimationName]: KeyFrames |}

declare type SelectComponent = React$ComponentType<SelectProps>
declare type TextAreaComponent = React$ComponentType<TextAreaProps>

@@ -488,2 +509,8 @@ // Exports

declare module "@bluframe/blublocks/TextArea" {
import type { TextAreaComponent } from "@bluframe/blublocks"
declare export default TextAreaComponent
}
declare module "@bluframe/blublocks/Typography/SubtitleH1" {

@@ -490,0 +517,0 @@ import type { StyledComponent } from "styled-components"

2

package.json
{
"name": "@bluframe/bluframe",
"version": "1.3.0",
"version": "1.4.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