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

bigkoa

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bigkoa - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

package.json
{
"name": "bigkoa",
"version": "0.1.6",
"version": "0.1.7",
"description": "",

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

@@ -165,2 +165,6 @@ 'use strict'

afterRenderMain () {
return PROMISE_RESOLVE
}
// event wrapper

@@ -167,0 +171,0 @@ write (html, isWriteImmediately) {

@@ -111,4 +111,5 @@ 'use strict'

.then(this.renderLayout.bind(this))
.then(this.afterRenderLayout.bind(this))
.then(this.renderMain.bind(this))
.then(this.afterRenderLayout.bind(this))
.then(this.afterRenderMain.bind(this))
.catch(this.showErrorPagelet.bind(this))

@@ -115,0 +116,0 @@ .then(this.beforeRenderPagelets.bind(this))

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