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

guardee

Package Overview
Dependencies
Maintainers
1
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

guardee - npm Package Compare versions

Comparing version 0.0.90 to 0.0.91

13

controller/connector.js

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

if(this.data.send.length === 0) {
await this.SetDataSequence(dataSequence).then(res => {
console.log(res.length);
});
const sequence = await this.SetDataSequence(dataSequence);
const startData = {

@@ -753,3 +752,3 @@ method: 'message',

data: 'send_start',
length: this.data.send.length,
length: sequence.length,
timestamp: moment.now(),

@@ -833,5 +832,3 @@ }

if(this.data.send.length === 0) {
await this.SetDataChunkSequence(dataChunkSequence).then(res => {
console.log(res.length);
});
const sequence = await this.SetDataChunkSequence(dataChunkSequence);
const startData = {

@@ -841,3 +838,3 @@ method: 'message',

data: 'send_start',
length: this.data.send.length,
length: sequence.length,
timestamp: moment.now(),

@@ -844,0 +841,0 @@ }

{
"name": "guardee",
"version": "0.0.90",
"version": "0.0.91",
"description": "Guardee Wallet API",

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

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