Socket
Socket
Sign inDemoInstall

@spinajs/cli

Package Overview
Dependencies
Maintainers
0
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/cli - npm Package Compare versions

Comparing version 2.0.257 to 2.0.258

lib/cjs/args.d.ts

2

lib/cjs/cli.d.ts
#!/usr/bin/env node
export {};
import "./args.js";
//# sourceMappingURL=cli.d.ts.map

@@ -8,5 +8,3 @@ #!/usr/bin/env node

const configuration_common_1 = require("@spinajs/configuration-common");
di_1.DI.register(() => {
return process.argv;
}).as('__cli_argv_provider__');
require("./args.js");
async function cli() {

@@ -13,0 +11,0 @@ di_1.DI.setESMModuleSupport();

#!/usr/bin/env node
export {};
import "./args.js";
//# sourceMappingURL=cli.d.ts.map

@@ -6,5 +6,3 @@ #!/usr/bin/env node

import { Configuration } from '@spinajs/configuration-common';
DI.register(() => {
return process.argv;
}).as('__cli_argv_provider__');
import "./args.js";
async function cli() {

@@ -11,0 +9,0 @@ DI.setESMModuleSupport();

{
"name": "@spinajs/cli",
"version": "2.0.257",
"version": "2.0.258",
"description": "SpinaJS command line module",

@@ -45,7 +45,7 @@ "main": "lib/cjs/index.js",

"dependencies": {
"@spinajs/configuration": "^2.0.257",
"@spinajs/di": "^2.0.257",
"@spinajs/exceptions": "^2.0.257",
"@spinajs/log": "^2.0.257",
"@spinajs/reflection": "^2.0.257",
"@spinajs/configuration": "^2.0.258",
"@spinajs/di": "^2.0.258",
"@spinajs/exceptions": "^2.0.258",
"@spinajs/log": "^2.0.258",
"@spinajs/reflection": "^2.0.258",
"commander": "10.0.0",

@@ -52,0 +52,0 @@ "reflect-metadata": "^0.1.13"

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