Socket
Socket
Sign inDemoInstall

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.19 to 0.0.20

4

controller/api.js

@@ -103,9 +103,11 @@ 'use strict'

* @param offer
* @param answer
* @returns {Promise<*|undefined>}
* @constructor
*/
async SetConnection({connectionId, offer}) {
async SetConnection({connectionId, offer = null, answer = null}) {
try {
const data = {
offer,
answer,
timestamp: moment.now()

@@ -112,0 +114,0 @@ }

{
"name": "guardee",
"version": "0.0.19",
"version": "0.0.20",
"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