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.15.1 to 0.16.0

16

flow-typed/@bluframe/blublocks.js

@@ -149,2 +149,10 @@ // @flow

declare type InputTextProps = {|
+inputId?: string,
+label: string,
+name: string,
+onChange: (value: string) => void,
+value: string
|}
declare type LoadingProps = {|

@@ -211,2 +219,3 @@ +contrast?: boolean,

declare type IconComponent = React$ComponentType<IconProps>
declare type InputTextComponent = React$ComponentType<InputTextProps>
declare type LoadingComponent = React$ComponentType<LoadingProps>

@@ -239,2 +248,3 @@ declare type ProviderComponent = React$ComponentType<ProviderProps>

declare var Icon: IconComponent
declare var InputText: InputTextComponent
declare var Loading: LoadingComponent

@@ -349,2 +359,8 @@ declare var Paragraph: StyledComponent<{||}, Theme, HTMLParagraphElement>

declare module "@bluframe/blublocks/InputText" {
import type { InputTextComponent } from "@bluframe/blublocks"
declare export default InputTextComponent
}
declare module "@bluframe/blublocks/Loading" {

@@ -351,0 +367,0 @@ import type { LoadingComponent } from "@bluframe/blublocks"

2

package.json
{
"name": "@bluframe/bluframe",
"version": "0.15.1",
"version": "0.16.0",
"description": "Blu Frame Open Source!",

@@ -5,0 +5,0 @@ "main": "index.js",

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