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

nestia

Package Overview
Dependencies
Maintainers
1
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestia - npm Package Compare versions

Comparing version 4.3.1 to 4.3.2

2

bin/internal/ArgumentParser.js

@@ -87,3 +87,3 @@ "use strict";

ArgumentParser.parse = parse;
})(ArgumentParser = exports.ArgumentParser || (exports.ArgumentParser = {}));
})(ArgumentParser || (exports.ArgumentParser = ArgumentParser = {}));
//# sourceMappingURL=ArgumentParser.js.map

@@ -15,3 +15,3 @@ "use strict";

CommandExecutor.run = run;
})(CommandExecutor = exports.CommandExecutor || (exports.CommandExecutor = {}));
})(CommandExecutor || (exports.CommandExecutor = CommandExecutor = {}));
//# sourceMappingURL=CommandExecutor.js.map

@@ -27,3 +27,3 @@ "use strict";

};
})(FileRetriever = exports.FileRetriever || (exports.FileRetriever = {}));
})(FileRetriever || (exports.FileRetriever = FileRetriever = {}));
//# sourceMappingURL=FileRetriever.js.map

@@ -88,3 +88,3 @@ "use strict";

PluginConfigurator.configure = configure;
})(PluginConfigurator = exports.PluginConfigurator || (exports.PluginConfigurator = {}));
})(PluginConfigurator || (exports.PluginConfigurator = PluginConfigurator = {}));
//# sourceMappingURL=PluginConfigurator.js.map

@@ -31,21 +31,3 @@ "use strict";

pack.install({ dev: true, modulo: "ts-node", version: "latest" });
pack.install({
dev: true,
modulo: "typescript",
version: (() => {
var _a;
const version = (() => {
var _a, _b;
try {
return (_b = (_a = require("ts-patch/package.json")) === null || _a === void 0 ? void 0 : _a.version) !== null && _b !== void 0 ? _b : "";
}
catch (_c) {
return "";
}
})();
return Number((_a = version.split(".")[0]) !== null && _a !== void 0 ? _a : "") >= 3
? "latest"
: "4.9.5";
})(),
});
pack.install({ dev: true, modulo: "typescript", version: "latest" });
(_a = args.project) !== null && _a !== void 0 ? _a : (args.project = (() => {

@@ -79,3 +61,3 @@ CommandExecutor_1.CommandExecutor.run("npx tsc --init");

NestiaSetupWizard.setup = setup;
})(NestiaSetupWizard = exports.NestiaSetupWizard || (exports.NestiaSetupWizard = {}));
})(NestiaSetupWizard || (exports.NestiaSetupWizard = NestiaSetupWizard = {}));
//# sourceMappingURL=NestiaSetupWizard.js.map

@@ -47,3 +47,3 @@ "use strict";

}
})(NestiaStarter = exports.NestiaStarter || (exports.NestiaStarter = {}));
})(NestiaStarter || (exports.NestiaStarter = NestiaStarter = {}));
//# sourceMappingURL=NestiaStarter.js.map
{
"name": "nestia",
"version": "4.3.1",
"version": "4.3.2",
"description": "Nestia CLI tool",

@@ -46,3 +46,3 @@ "main": "bin/index.js",

"rimraf": "^3.0.2",
"typescript": "^4.9.5"
"typescript": "^5.1.3"
},

@@ -49,0 +49,0 @@ "files": [

@@ -21,18 +21,3 @@ import { ArgumentParser } from "./internal/ArgumentParser";

pack.install({ dev: true, modulo: "ts-node", version: "latest" });
pack.install({
dev: true,
modulo: "typescript",
version: (() => {
const version: string = (() => {
try {
return require("ts-patch/package.json")?.version ?? "";
} catch {
return "";
}
})();
return Number(version.split(".")[0] ?? "") >= 3
? "latest"
: "4.9.5";
})(),
});
pack.install({ dev: true, modulo: "typescript", version: "latest" });
args.project ??= (() => {

@@ -39,0 +24,0 @@ CommandExecutor.run("npx tsc --init");

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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