workshopper-adventure
Advanced tools
Comparing version 5.1.2 to 5.1.5
@@ -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": { |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
13
8
138863
88
2729
+ Addedrimraf@3.0.2(transitive)
+ Addedworkshopper-adventure-storage@3.1.0(transitive)
- Removedmkdirp@~0.5.1
- Removedrimraf@^2.5.4
- Removedmkdirp@0.5.6(transitive)
- Removedrimraf@2.7.1(transitive)