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

gun

Package Overview
Dependencies
Maintainers
1
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gun - npm Package Compare versions

Comparing version 0.0.1-s to 0.0.1-t

4

package.json
{ "name": "gun"
, "version": "0.0.1s"
, "version": "0.0.1t"
, "author": "Mark Nadal"

@@ -11,3 +11,3 @@ , "description": "Graph engine."

"theory": "~>0.2.6",
"coalesce": "~>0.1.9bo",
"coalesce": "~>0.1.9bp",
"aws-sdk": "~>2.0.0",

@@ -14,0 +14,0 @@ "fakeredis": "~>0.1.3",

@@ -172,6 +172,6 @@ module.exports = require('theory')

console.log(m);
if(opt.src && opt.src.reply){
if(opt.src && opt.src.send){
m.what.count += 1;
if(87 < m.what.count){ return }
opt.src.send(m);
if(22 < m.what.count){ return }
opt.src.send(m);
}

@@ -178,0 +178,0 @@ return;

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