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

repl.it-api

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

repl.it-api - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

lib.js

@@ -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",

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