Socket
Socket
Sign inDemoInstall

covector

Package Overview
Dependencies
Maintainers
0
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

covector - npm Package Compare versions

Comparing version 0.12.1 to 0.12.2

12

dist/cli.js

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

function* cli(argv) {
const { command, directory, yes, dryRun } = parseOptions(argv);
const { command, directory, yes, dryRun, cwd } = parseOptions(argv);
const stream = (0, logger_1.default)();

@@ -22,2 +22,3 @@ const logger = (0, pino_1.pino)(stream);

dryRun,
cwd,
});

@@ -55,2 +56,9 @@ }

})
.options({
cwd: {
type: "string",
default: ".",
describe: "context in which to run",
},
})
.demandCommand(1)

@@ -70,3 +78,5 @@ .help()

directory: rawOptions.directory,
// @ts-expect-error
cwd: rawOptions.cwd,
};
}

2

dist/status.js

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

}
return { pkgReadyToPublish: [], response: "No changes." };
return { pkgReadyToPublish: [], config, response: "No changes." };
}

@@ -87,0 +87,0 @@ else {

{
"name": "covector",
"version": "0.12.1",
"version": "0.12.2",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/jbolda/covector#readme",

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