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.0.3 to 1.0.4

CHANGELOG.md

2

dist/cli.js

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

try {
await (0, _execa.default)('git', ['commit', '-m', 'fix(config): Update changed files', '--no-verify'], {
await (0, _execa.default)('git', ['commit', '-m', 'fix(config): Update changed files'], {
stdio: 'inherit'

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

@@ -1,16 +0,15 @@

<!-- LICENSEFILE/ -->
# License
<h1>License</h1>
Unless stated otherwise all works are:
<ul><li>Copyright &copy; Sebastian Landwehr</li></ul>
Copyright &copy; Sebastian Landwehr <info@dword-design.de>
and licensed under:
<ul><li><a href="http://spdx.org/licenses/MIT.html">MIT License</a></li></ul>
[MIT License](https://opensource.org/licenses/MIT)
<h2>MIT License</h2>
## MIT License
<pre>
MIT License Copyright (c) <year> <copyright holders>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

@@ -20,5 +19,2 @@

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
</pre>
<!-- /LICENSEFILE -->
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
{
"name": "@dword-design/ci",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

@@ -16,5 +16,7 @@ "repository": "dword-design/ci",

"scripts": {
"commit": "base commit",
"depgraph": "base depgraph",
"prepare": "base prepare",
"prepublishOnly": "base prepublishOnly",
"release": "base release",
"test": "base test"

@@ -29,4 +31,4 @@ },

"devDependencies": {
"@dword-design/base": "^5.4.0"
"@dword-design/base": "^6.0.0"
}
}
<!-- TITLE/ -->
<h1>@dword-design/ci</h1>
# @dword-design/ci
<!-- /TITLE -->
<!-- BADGES/ -->
[![NPM version](https://img.shields.io/npm/v/@dword-design/ci.svg)](https://npmjs.org/package/@dword-design/ci)
![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)
[![Coverage status](https://img.shields.io/coveralls/dword-design/ci)](https://coveralls.io/github/dword-design/ci)
[![Dependency status](https://img.shields.io/david/dword-design/ci)](https://david-dm.org/dword-design/ci)
![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen)
<span class="badge-npmversion"><a href="https://npmjs.org/package/@dword-design/ci" title="View this project on NPM"><img src="https://img.shields.io/npm/v/@dword-design/ci.svg" alt="NPM version" /></a></span>
<span class="badge-travisci"><a href="http://travis-ci.org/dword-design/ci" title="Check this project's build status on TravisCI"><img src="https://img.shields.io/travis/dword-design/ci/master.svg" alt="Travis CI Build Status" /></a></span>
<span class="badge-coveralls"><a href="https://coveralls.io/r/dword-design/ci" title="View this project's coverage on Coveralls"><img src="https://img.shields.io/coveralls/dword-design/ci.svg" alt="Coveralls Coverage Status" /></a></span>
<span class="badge-daviddm"><a href="https://david-dm.org/dword-design/ci" title="View the status of this project's dependencies on DavidDM"><img src="https://img.shields.io/david/dword-design/ci.svg" alt="Dependency Status" /></a></span>
<span class="badge-shields"><a href="https://img.shields.io/badge/renovate-enabled-brightgreen.svg"><img src="https://img.shields.io/badge/renovate-enabled-brightgreen.svg" /></a></span>
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/dword-design/ci)
<!-- /BADGES -->
<!-- DESCRIPTION/ -->
<!-- /DESCRIPTION -->
<!-- INSTALL/ -->
## Install
<h2>Install</h2>
```bash
# NPM
$ npm install @dword-design/ci
<a href="https://npmjs.com" title="npm is a package manager for javascript"><h3>npm</h3></a>
<h4>Install Globally</h4>
<ul>
<li>Install: <code>npm install --global @dword-design/ci</code></li>
<li>Executable: <code>dw-ci</code></li>
</ul>
<h4>Install Locally</h4>
<ul>
<li>Install: <code>npm install --save @dword-design/ci</code></li>
<li>Executable: <code>npx dw-ci</code></li>
<li>Import: <code>import * as pkg from ('@dword-design/ci')</code></li>
<li>Require: <code>const pkg = require('@dword-design/ci')</code></li>
</ul>
# Yarn
$ yarn add @dword-design/ci
```
<!-- /INSTALL -->
<!-- LICENSE/ -->
## License
<h2>License</h2>
Unless stated otherwise all works are:
<ul><li>Copyright &copy; Sebastian Landwehr</li></ul>
Copyright &copy; Sebastian Landwehr <info@dword-design.de>
and licensed under:
<ul><li><a href="http://spdx.org/licenses/MIT.html">MIT License</a></li></ul>
[MIT License](https://opensource.org/licenses/MIT)
<!-- /LICENSE -->
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