Socket
Socket
Sign inDemoInstall

@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.2 to 0.0.3

5

dist/lib/peerboard-core.js

@@ -50,2 +50,7 @@ "use strict";

forumSDK.createForum(forumID, container, opts);
}).catch(function (err) {
console.error("Error creating forum: ", err);
if (options.onFail) {
options.onFail();
}
});

@@ -52,0 +57,0 @@ }

@@ -65,2 +65,7 @@ 'use strict';

forumSDK.createForum(forumID, container, opts);
}).catch(function (err) {
console.error("Error creating forum: ", err);
if (options.onFail) {
options.onFail();
}
});

@@ -67,0 +72,0 @@ }

1

dist/types/peerboard-core.d.ts

@@ -10,2 +10,3 @@ export declare type ScrollTarget = 'iframe' | 'top';

onReady?: () => void;
onFail?: () => void;
baseURL?: string;

@@ -12,0 +13,0 @@ sdkURL?: string;

2

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

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

Sorry, the diff of this file is not supported yet

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