repl.it-api
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -87,3 +87,3 @@ const { CookieJar } = require('tough-cookie') | ||
run(listeners = {}) { | ||
const { output, timedOut, listen, installStart, installOutput, installDone } = listeners | ||
const { output, timedOut, listen, installStart, installOutput, installEnd } = listeners | ||
let alreadyLeft = false | ||
@@ -119,3 +119,3 @@ let timeout | ||
setTheTimeout() | ||
installDone && installDone() | ||
installEnd && installEnd() | ||
} else if (output && command === 'output') { | ||
@@ -122,0 +122,0 @@ output(data) |
{ | ||
"name": "repl.it-api", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A Node.js client for creating projects and executing code on Repl.it.", | ||
@@ -5,0 +5,0 @@ "main": "lib.js", |
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
10644