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

@oclif/screen

Package Overview
Dependencies
Maintainers
7
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/screen - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

CHANGELOG.md

@@ -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": {

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