New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@oclif/command

Package Overview
Dependencies
Maintainers
4
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/command - npm Package Compare versions

Comparing version 1.4.33 to 1.4.34

8

CHANGELOG.md

@@ -0,1 +1,9 @@

<a name="1.4.34"></a>
## [1.4.34](https://github.com/oclif/command/compare/v1.4.33...v1.4.34) (2018-06-26)
### Bug Fixes
* globals in ts 2.9.2 ([8769c6b](https://github.com/oclif/command/commit/8769c6b))
<a name="1.4.33"></a>

@@ -2,0 +10,0 @@ ## [1.4.33](https://github.com/oclif/command/compare/v1.4.32...v1.4.33) (2018-06-09)

5

lib/command.js

@@ -59,4 +59,5 @@ "use strict";

// }
global['http-call'] = global['http-call'] || {};
global['http-call'].userAgent = this.config.userAgent;
const g = global;
g['http-call'] = g['http-call'] || {};
g['http-call'].userAgent = this.config.userAgent;
if (this._helpOverride())

@@ -63,0 +64,0 @@ return this._help();

24

package.json
{
"name": "@oclif/command",
"description": "oclif base command",
"version": "1.4.33",
"version": "1.4.34",
"author": "Jeff Dickey @jdxcode",

@@ -15,3 +15,3 @@ "bugs": "https://github.com/oclif/command/issues",

"@oclif/errors": "^1.1.2",
"@oclif/parser": "^3.5.1",
"@oclif/parser": "^3.5.2",
"debug": "^3.1.0",

@@ -21,18 +21,18 @@ "semver": "^5.5.0"

"devDependencies": {
"@oclif/config": "^1.6.26",
"@oclif/plugin-help": "^2.0.4",
"@oclif/plugin-plugins": "^1.2.1",
"@oclif/config": "^1.6.33",
"@oclif/plugin-help": "^2.0.5",
"@oclif/plugin-plugins": "^1.5.2",
"@oclif/tslint": "^1.1.2",
"@types/chai": "^4.1.3",
"@types/mocha": "^5.2.0",
"@types/node": "^10.3.0",
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.3",
"@types/node": "^10.3.6",
"@types/semver": "^5.5.0",
"chai": "^4.1.2",
"cli-ux": "^4.6.0",
"fancy-test": "^1.1.1",
"cli-ux": "^4.7.3",
"fancy-test": "^1.2.0",
"globby": "^8.0.1",
"mocha": "^5.2.0",
"ts-node": "^6.0.5",
"ts-node": "^7.0.0",
"tslint": "^5.10.0",
"typescript": "^2.9.1"
"typescript": "^2.9.2"
},

@@ -39,0 +39,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