Socket
Socket
Sign inDemoInstall

@covector/command

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@covector/command - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

covector-command-0.5.0.tgz

5

CHANGELOG.md
# Changelog
## \[0.5.0]
- Extract out types into separate package to remove issues with circular dependencies.
- [519da36](https://www.github.com/jbolda/covector/commit/519da362eff5628901a1f640120d39dd8234fdda) chore: set paths / references for TS and add types package ([#213](https://www.github.com/jbolda/covector/pull/213)) on 2021-06-26
## \[0.4.0]

@@ -4,0 +9,0 @@

2

dist/index.d.ts
/// <reference types="effection" />
import { PkgVersion, PkgPublish } from "@covector/assemble";
import type { PkgVersion, PkgPublish } from "@covector/types";
export declare const attemptCommands: ({ cwd, commands, command, commandPrefix, pkgCommandsRan, dryRun, }: {

@@ -4,0 +4,0 @@ cwd: string;

@@ -95,4 +95,4 @@ "use strict";

stdout !== "" ? stdout : true;
if (!!pkgCommandsRan && command === 'publish' && !commandPrefix)
_pkgCommandsRan[pkg.pkg]['published'] = true;
if (!!pkgCommandsRan && command === "publish" && !commandPrefix)
_pkgCommandsRan[pkg.pkg]["published"] = true;
}

@@ -99,0 +99,0 @@ return _pkgCommandsRan;

{
"name": "@covector/command",
"version": "0.4.0",
"version": "0.5.0",
"license": "Apache-2.0",

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

"devDependencies": {
"@covector/assemble": "0.7.0",
"@covector/types": "^0.0.0",
"tslib": "^2.2.0",

@@ -28,0 +28,0 @@ "typescript": "^4.2.3"

{
"extends": "../../tsconfig.base.json",
"references": [{ "path": "../types" }],
"compilerOptions": {
"outDir": "dist"
"baseUrl": ".",
"outDir": "dist",
"rootDir": "src"
},
"include": ["index.ts"]
"include": ["src/**/*.ts"]
}

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