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

@dxcli/screen

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dxcli/screen - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

CHANGELOG.md

1

lib/screen.js

@@ -25,1 +25,2 @@ "use strict";

});
//# sourceMappingURL=screen.js.map

45

package.json
{
"name": "@dxcli/screen",
"description": "get stdout/stderr columns",
"version": "0.0.0",
"version": "0.0.1",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/dxcli/screen/issues",
"dependencies": {},
"devDependencies": {
"@dxcli/dev": "^1.1.0",
"@dxcli/dev-semantic-release": "^0.0.3",
"@dxcli/dev-test": "^0.0.1",
"@dxcli/dev-tslint": "^0.0.6",
"@dxcli/dev-test": "^0.5.1",
"@dxcli/dev-tslint": "^0.0.15",
"@types/node": "^9.3.0",
"del-cli": "^1.1.0",
"eslint": "^4.15.0",
"eslint-config-dxcli": "^1.1.3",
"eslint": "^4.16.0",
"eslint-config-dxcli": "^1.1.4",
"husky": "^0.14.3",
"mocha": "^4.1.0",
"mocha": "^5.0.0",
"nps": "^5.7.1",
"nps-utils": "^1.5.0",
"nyc": "^11.4.1",

@@ -22,19 +23,2 @@ "ts-node": "^4.1.0",

},
"dxcli": {
"workflows": {
"test": [
"eslint .",
"tsc",
"tslint -p .",
"commitlint --from master",
"mocha \"test/**/*.ts\""
],
"lint": [
"eslint .",
"tsc",
"tslint -p .",
"commitlint --from master"
]
}
},
"engines": {

@@ -46,2 +30,6 @@ "node": ">=8.0.0"

],
"homepage": "https://github.com/dxcli/screen",
"keywords": [
"dxcli"
],
"license": "MIT",

@@ -52,8 +40,7 @@ "main": "lib/screen.js",

"commitmsg": "dxcli-dev-commitmsg",
"lint": "dxcli-dev lint",
"precommit": "dxcli-dev lint",
"prepare": "del-cli ./lib && tsc",
"test": "dxcli-dev test"
"precommit": "nps lint",
"prepare": "nps build",
"test": "nps test"
},
"types": "lib/screen.d.ts"
}
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