gremlin_node_console
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2090
48