@smarthr/create-lint-set
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -28,3 +28,3 @@ "use strict"; | ||
if (f) throw new TypeError("Generator is already executing."); | ||
while (_) try { | ||
while (g && (g = 0, op[0] && (_ = 0)), _) try { | ||
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; | ||
@@ -64,8 +64,8 @@ if (y = 0, t) op = [op[0] & 2, t.value]; | ||
exports.init = void 0; | ||
var chalk_1 = __importDefault(require("chalk")); | ||
var commander_1 = require("commander"); | ||
var chalk_1 = __importDefault(require("chalk")); | ||
var cross_spawn_1 = __importDefault(require("cross-spawn")); | ||
var items_1 = require("./items"); | ||
var path = require('path'); | ||
var fs = require('fs-extra'); | ||
var items_1 = require("./items"); | ||
// CLI 実行時のオプションを取得 | ||
@@ -72,0 +72,0 @@ var getOptions = function () { |
@@ -1,2 +0,2 @@ | ||
export declare type Item = { | ||
export type Item = { | ||
name: string; | ||
@@ -3,0 +3,0 @@ templateDirName: string; |
{ | ||
"name": "@smarthr/create-lint-set", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Lint installer", | ||
@@ -31,5 +31,5 @@ "author": "SmartHR", | ||
"chalk": "4.1.2", | ||
"commander": "^9.4.0", | ||
"commander": "^10.0.0", | ||
"cross-spawn": "^7.0.3", | ||
"fs-extra": "^10.1.0" | ||
"fs-extra": "^11.1.0" | ||
}, | ||
@@ -39,3 +39,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "e78124a8f74f4c6c37b11d03468017b972a74687" | ||
"gitHead": "4a948a5633a49a91d7ea1192dddb613b7ad6f419" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20060
1
+ Addedcommander@10.0.1(transitive)
+ Addedfs-extra@11.2.0(transitive)
- Removedcommander@9.5.0(transitive)
- Removedfs-extra@10.1.0(transitive)
Updatedcommander@^10.0.0
Updatedfs-extra@^11.1.0