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

gremlin_node_console

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gremlin_node_console - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

lib/index.js

@@ -24,3 +24,5 @@ require("colors");

const { g, client } = createConnections(args.address);
const server = repl.start();
const server = repl.start({
breakEvalOnSigint: true
});

@@ -27,0 +29,0 @@ server.context.g = g;

{
"name": "gremlin_node_console",
"version": "0.0.5",
"version": "0.0.6",
"main": "index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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