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.14.0 to 0.15.0

5

flow-typed/@bluframe/blublocks.js

@@ -7,3 +7,3 @@ // @flow

declare type IconGroup = "ion"
declare type IconGroup = "io5"

@@ -125,4 +125,5 @@ declare type AnimationName = "bounceIn" | "bounceOut" | "fadeIn" | "fadeOut"

// Find a better solution other than any
declare type ContentComponents = {|
[tag: string]: (props: {| +node: React$Node |}) => React$Element<string>
[tag: string]: (props: any) => any
|}

@@ -129,0 +130,0 @@

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

}
declare module "@react-icons/all-files/io5/IoCaretUp" {
declare export var IoCaretUp: React$ComponentType<IconProps>
}
declare module "@react-icons/all-files/io5/IoChatbubbleOutline" {

@@ -34,2 +37,8 @@ declare export var IoChatbubbleOutline: React$ComponentType<IconProps>

}
declare module "@react-icons/all-files/io5/IoLogoFacebook" {
declare export var IoLogoFacebook: React$ComponentType<IconProps>
}
declare module "@react-icons/all-files/io5/IoLogoTwitter" {
declare export var IoLogoTwitter: React$ComponentType<IconProps>
}
declare module "@react-icons/all-files/io5/IoMapOutline" {

@@ -36,0 +45,0 @@ declare export var IoMapOutline: React$ComponentType<IconProps>

2

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