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.31 to 1.4.32

8

CHANGELOG.md

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

<a name="1.4.32"></a>
## [1.4.32](https://github.com/oclif/command/compare/v1.4.31...v1.4.32) (2018-06-01)
### Bug Fixes
* imports ([4bf98c4](https://github.com/oclif/command/commit/4bf98c4))
<a name="1.4.31"></a>

@@ -2,0 +10,0 @@ ## [1.4.31](https://github.com/oclif/command/compare/v1.4.30...v1.4.31) (2018-05-31)

5

lib/command.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// tslint:disable no-implicit-dependencies
const pjson = require('../package.json');
const Config = tslib_1.__importStar(require("@oclif/config"));
const Errors = tslib_1.__importStar(require("@oclif/errors"));
const Config = require("@oclif/config");
const Errors = require("@oclif/errors");
const util_1 = require("util");

@@ -9,0 +8,0 @@ class Command {

3

lib/flags.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const Parser = tslib_1.__importStar(require("@oclif/parser"));
const Parser = require("@oclif/parser");
function build(defaults) {

@@ -6,0 +5,0 @@ return Parser.flags.build(defaults);

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const path = tslib_1.__importStar(require("path"));
const semver = tslib_1.__importStar(require("semver"));
const path = require("path");
const semver = require("semver");
function checkCWD() {

@@ -25,5 +24,5 @@ try {

checkNodeVersion();
const command_1 = tslib_1.__importDefault(require("./command"));
const command_1 = require("./command");
exports.Command = command_1.default;
const flags = tslib_1.__importStar(require("./flags"));
const flags = require("./flags");
exports.flags = flags;

@@ -30,0 +29,0 @@ var main_1 = require("./main");

{
"name": "@oclif/command",
"description": "oclif base command",
"version": "1.4.31",
"version": "1.4.32",
"author": "Jeff Dickey @jdxcode",

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

"devDependencies": {
"@oclif/config": "^1.6.21",
"@oclif/config": "^1.6.26",
"@oclif/plugin-help": "^2.0.4",

@@ -27,7 +27,7 @@ "@oclif/plugin-plugins": "^1.2.1",

"@types/mocha": "^5.2.0",
"@types/node": "^10.1.4",
"@types/node": "^10.3.0",
"@types/semver": "^5.5.0",
"chai": "^4.1.2",
"cli-ux": "^4.4.0",
"fancy-test": "^1.0.8",
"cli-ux": "^4.6.0",
"fancy-test": "^1.1.1",
"globby": "^8.0.1",

@@ -34,0 +34,0 @@ "mocha": "^5.2.0",

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