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

workshopper-adventure

Package Overview
Dependencies
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workshopper-adventure - npm Package Compare versions

Comparing version 5.1.2 to 5.1.5

2

index.js

@@ -8,3 +8,3 @@ const path = require('path')

const PrintStream = require('./lib/print')
const storage = require('./lib/storage')
const storage = require('workshopper-adventure-storage')

@@ -11,0 +11,0 @@ function WA (options) {

@@ -8,3 +8,3 @@ var after = require('after')

if (error) {
console.log(err.stack || err)
console.log(error.stack || error)
}

@@ -11,0 +11,0 @@ process.exit(passed && !error ? 0 : 1)

@@ -8,3 +8,3 @@ var after = require('after')

if (error) {
console.log(err.stack || err)
console.log(error.stack || error)
}

@@ -11,0 +11,0 @@ process.exit(passed && !error ? 0 : 1)

@@ -85,9 +85,2 @@ const fs = require('fs')

PrintStream.prototype._end = CombinedStream.prototype.end
PrintStream.prototype.end = function () {
if (this.typeOpen) {
this.typeOpen = null
this.emit('data', '```')
}
this._end()
}
PrintStream.prototype.sub = function () {

@@ -208,3 +201,2 @@ var sub = new PrintStream(this.i18n, this.lang)

}
PrintStream.prototype._end = CombinedStream.prototype.end
PrintStream.prototype.end = function () {

@@ -211,0 +203,0 @@ if (this.typeOpen !== 'md') {

{
"name": "workshopper-adventure",
"version": "5.1.2",
"version": "5.1.5",
"description": "A terminal workshop runner framework (adventure compatible)",

@@ -20,9 +20,8 @@ "main": "./index.js",

"latest-version": "^2.0.0",
"mkdirp": "~0.5.1",
"msee": "^0.3.2",
"rimraf": "^2.5.4",
"simple-terminal-menu": "^1.1.3",
"split": "^1.0.0",
"string-to-stream": "^1.1.0",
"through2": "^2.0.1"
"through2": "^2.0.1",
"workshopper-adventure-storage": "^3.0.0"
},

@@ -29,0 +28,0 @@ "bugs": {

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