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

@peerboard/core

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peerboard/core - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "@peerboard/core",
"version": "0.0.3",
"version": "0.0.4",
"description": "peerboard.com frontend components",

@@ -5,0 +5,0 @@ "keywords": [

@@ -46,2 +46,7 @@ ### Usage

},
onFail: () => {
this.setState({
error: "Failed to load forum",
});
},
onTitleChanged: (title) => window.document.title = "Community: " + title,

@@ -55,6 +60,2 @@ onPathChanged: (location) => {

},
}).catch(err => {
this.setState({
error: "Failed to load forum",
});
});

@@ -61,0 +62,0 @@ })

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