Socket
Socket
Sign inDemoInstall

@oclif/screen

Package Overview
Dependencies
0
Maintainers
7
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 2.0.0

15

CHANGELOG.md

@@ -0,1 +1,16 @@

# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [2.0.0](https://github.com/oclif/screen/compare/v1.0.4...v2.0.0) (2021-10-04)
### ⚠ BREAKING CHANGES
* require node 12+ (#154)
### build
* require node 12+ ([#154](https://github.com/oclif/screen/issues/154)) ([21306ca](https://github.com/oclif/screen/commit/21306ca41107ac73abdedc24c304206f70e1c0d4))
## [1.0.4](https://github.com/oclif/screen/compare/v1.0.3...v1.0.4) (2018-10-13)

@@ -2,0 +17,0 @@

28

package.json
{
"name": "@oclif/screen",
"description": "get stdout/stderr columns",
"version": "1.0.4",
"version": "2.0.0",
"author": "Jeff Dickey @jdxcode",

@@ -9,17 +9,16 @@ "bugs": "https://github.com/oclif/screen/issues",

"devDependencies": {
"@oclif/tslint": "^3.1.0",
"@types/chai": "^4.1.6",
"@types/mocha": "^5.2.5",
"@types/node": "^10.11.7",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.14",
"chai": "^4.2.0",
"concurrently": "^4.0.1",
"eslint": "^5.7.0",
"concurrently": "^6.0.0",
"eslint": "^7.3.1",
"eslint-config-oclif": "^3.1.0",
"mocha": "^5.2.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.1.3"
"eslint-config-oclif-typescript": "^0.2.0",
"mocha": "^8",
"ts-node": "^9.0.0",
"typescript": "3.8.3"
},
"engines": {
"node": ">=8.0.0"
"node": ">=12.0.0"
},

@@ -38,8 +37,9 @@ "files": [

"build": "rm -rf lib && tsc",
"lint": "concurrently -p command \"tsc -p test --noEmit\" \"tslint -p test -t stylish\"",
"posttest": "yarn run lint",
"lint": "eslint . --ext .ts --config .eslintrc",
"posttest": "yarn lint",
"prepublishOnly": "yarn run build",
"test": "mocha --forbid-only \"test/**/*.test.ts\""
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"pretest": "yarn build --noEmit && tsc -p test --noEmit"
},
"types": "lib/screen.d.ts"
}

@@ -9,5 +9,4 @@ @oclif/screen

[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/oclif/screen?branch=master&svg=true)](https://ci.appveyor.com/project/heroku/screen/branch/master)
[![Codecov](https://codecov.io/gh/oclif/screen/branch/master/graph/badge.svg)](https://codecov.io/gh/oclif/screen)
[![Known Vulnerabilities](https://snyk.io/test/npm/@oclif/screen/badge.svg)](https://snyk.io/test/npm/@oclif/screen)
[![Downloads/week](https://img.shields.io/npm/dw/@oclif/screen.svg)](https://npmjs.org/package/@oclif/screen)
[![License](https://img.shields.io/npm/l/@oclif/screen.svg)](https://github.com/oclif/screen/blob/master/package.json)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc