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

@smarthr/create-lint-set

Package Overview
Dependencies
Maintainers
21
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smarthr/create-lint-set - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

6

lib/createLintSet.js

@@ -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

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