Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

buoy-theme

Package Overview
Dependencies
Maintainers
16
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buoy-theme - npm Package Compare versions

Comparing version 6.0.2 to 6.1.0-alpha.0

2

package.json
{
"name": "buoy-theme",
"version": "6.0.2",
"version": "6.1.0-alpha.0",
"description": "",

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

@@ -5,6 +5,6 @@ import React from "react"

const Provider = (props) => (
const Provider = props => (
<ThemeProvider theme={theme} children={props.children} />
)
export {Provider as default}
export { Provider as default }
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