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

bigview-cli

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bigview-cli - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

2

package.json
{
"name": "bigview-cli",
"version": "1.2.6",
"version": "1.2.7",
"description": "",

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

@@ -6,3 +6,3 @@ 'use strict'

module.exports = class MyPagelet extends Pagelet {
constructor () {
constructor() {
super()

@@ -18,7 +18,6 @@ this.root = __dirname

fetch () {
fetch() {
let self = this
return new Promise(function(resolve, reject){
setTimeout(function() {
// self.owner.end()
resolve(self.data)

@@ -28,2 +27,6 @@ }, self.delay)

}
parse() {
return Promise.resolve(this.data = {})
}
}
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