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.1.28 to 0.1.29

5

controller/connector.js

@@ -433,8 +433,9 @@ 'use strict'

* @param cb
* @param option: option for browser EventListener
* @constructor
*/
On(event, cb) {
On(event, cb, option) {
try {
if(!ConnectionEvent.allowed.includes(event)) throw `Invalid event: ${event}`;
if(Util.IsBrowser()) this.eventEmitter.addEventListener(event, cb);
if(Util.IsBrowser()) this.eventEmitter.addEventListener(event, cb, option);
else this.eventEmitter.on(event, cb);

@@ -441,0 +442,0 @@ } catch (e) {

2

package.json
{
"name": "guardee",
"version": "0.1.28",
"version": "0.1.29",
"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