@oclif/screen
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -5,3 +5,3 @@ # Changelog | ||
## [3.0.0](https://github.com/oclif/screen/compare/v1.0.4...v3.0.0) (2021-10-04) | ||
### [3.0.1](https://github.com/oclif/screen/compare/v1.0.4...v3.0.1) (2021-12-08) | ||
@@ -8,0 +8,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.errtermwidth = exports.stdtermwidth = void 0; | ||
function termwidth(stream) { | ||
@@ -4,0 +5,0 @@ if (!stream.isTTY) { |
{ | ||
"name": "@oclif/screen", | ||
"description": "get stdout/stderr columns", | ||
"version": "3.0.0", | ||
"author": "Jeff Dickey @jdxcode", | ||
"version": "3.0.1", | ||
"author": "Salesforce", | ||
"bugs": "https://github.com/oclif/screen/issues", | ||
@@ -10,12 +10,12 @@ "dependencies": {}, | ||
"@types/chai": "^4.1.6", | ||
"@types/mocha": "^8.0.0", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^14.0.14", | ||
"chai": "^4.2.0", | ||
"concurrently": "^6.0.0", | ||
"eslint": "^7.3.1", | ||
"eslint-config-oclif": "^3.1.0", | ||
"eslint-config-oclif-typescript": "^0.2.0", | ||
"mocha": "^8", | ||
"ts-node": "^9.0.0", | ||
"typescript": "3.8.3" | ||
"eslint": "^7.31.0", | ||
"eslint-config-oclif": "^4", | ||
"eslint-config-oclif-typescript": "^1.0.2", | ||
"mocha": "^9", | ||
"ts-node": "^10.4.0", | ||
"typescript": "^4.5.2" | ||
}, | ||
@@ -22,0 +22,0 @@ "engines": { |
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
5737
27