🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

gitbook-plugin-login

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-login - npm Package Compare versions

Comparing version
1.0.3
to
1.0.4
+2
-10
assets/plugin.js

@@ -1,13 +0,5 @@

require(['gitbook', 'jQuery'], function(gitbook, $) {
var pluginConfig = {};
function initializePlugin(config) {
pluginConfig = config.code;
}
require(['gitbook'], function(gitbook) {
gitbook.events.bind('start', function(e, config) {
initializePlugin(config);
console.log(pluginConfig);
console.log(config);
});
});
+1
-1
{
"name": "gitbook-plugin-login",
"version": "1.0.3",
"version": "1.0.4",
"description": "gitbook登陆插件",

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