Socket
Socket
Sign inDemoInstall

@dword-design/ci

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dword-design/ci - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## [1.1.1](https://github.com/dword-design/ci/compare/v1.1.0...v1.1.1) (2020-12-11)
### Bug Fixes
* upgrades ([736a3f4](https://github.com/dword-design/ci/commit/736a3f42643c00d1ba20cceb6ff93ed8689dd0ff))
* **deps:** update dependency execa to v5 ([fa3f023](https://github.com/dword-design/ci/commit/fa3f023bf7d151b514db24af98d22f63c0b073c8))
# [1.1.0](https://github.com/dword-design/ci/compare/v1.0.7...v1.1.0) (2020-07-20)

@@ -2,0 +10,0 @@

6

dist/cli.js

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

var _depcheckPackageName = _interopRequireDefault(require("depcheck-package-name"));
var _execa = _interopRequireDefault(require("execa"));
var _getPackageName = _interopRequireDefault(require("get-package-name"));
var _makeCli = _interopRequireDefault(require("make-cli"));

@@ -60,3 +60,3 @@

if (content !== '') {
const childProcess = _execa.default.command(`yarn ${(0, _getPackageName.default)(require.resolve('coveralls'))}`, {
const childProcess = _execa.default.command(`yarn ${(0, _depcheckPackageName.default)`coveralls`}`, {
stdio: ['pipe', 'inherit', 'inherit']

@@ -63,0 +63,0 @@ });

{
"name": "@dword-design/ci",
"version": "1.1.0",
"version": "1.1.1",
"description": "",

@@ -16,2 +16,3 @@ "repository": "dword-design/ci",

"scripts": {
"clean": "base clean",
"commit": "base commit",

@@ -27,4 +28,4 @@ "dev": "base dev",

"coveralls": "^3.1.0",
"execa": "^4.0.0",
"get-package-name": "^1.1.0",
"depcheck-package-name": "^1.0.0",
"execa": "^5.0.0",
"make-cli": "^1.0.16",

@@ -31,0 +32,0 @@ "safe-readfile": "^1.0.2"

@@ -8,3 +8,3 @@ <!-- TITLE/ -->

![Linux macOS Windows compatible](https://img.shields.io/badge/os-linux%20%7C%C2%A0macos%20%7C%C2%A0windows-blue)
[![Build status](https://img.shields.io/github/workflow/status/dword-design/ci/build)](https://github.com/dword-design/ci/actions)
[![Build status](https://github.com/dword-design/ci/workflows/build/badge.svg)](https://github.com/dword-design/ci/actions)
[![Coverage status](https://img.shields.io/coveralls/dword-design/ci)](https://coveralls.io/github/dword-design/ci)

@@ -14,3 +14,23 @@ [![Dependency status](https://img.shields.io/david/dword-design/ci)](https://david-dm.org/dword-design/ci)

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/dword-design/ci)
<a href="https://gitpod.io/#https://github.com/dword-design/bar">
<img src="https://gitpod.io/button/open-in-gitpod.svg" alt="Open in Gitpod">
</a><a href="https://www.buymeacoffee.com/dword">
<img
src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg"
alt="Buy Me a Coffee"
height="32"
>
</a><a href="https://paypal.me/SebastianLandwehr">
<img
src="https://dword-design.de/images/paypal.svg"
alt="PayPal"
height="32"
>
</a><a href="https://www.patreon.com/dworddesign">
<img
src="https://dword-design.de/images/patreon.svg"
alt="Patreon"
height="32"
>
</a>
<!-- /BADGES -->

@@ -17,0 +37,0 @@

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