Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

deliquus

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deliquus - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

.babelrc

19

package.json
{
"name": "deliquus",
"version": "0.3.4",
"description": "",
"version": "0.3.5",
"description": "A coverage tool that help you find missing tests, stories etc.",
"main": "deliquus.js",
"bin": {"deliquus": "deliquus.js"},
"scripts": {

@@ -16,6 +15,14 @@ "start": "node dist/deliquus.js",

"type": "git",
"url": "git+https://github.com/iakindev/deliquus.git"
"url": "https://github.com/iakindev/deliquus.git"
},
"keywords": [],
"author": "",
"keywords": [
"cli",
"test",
"story",
"husky",
"missing tests",
"missing stories",
"missing files"
],
"author": "İlyas Akın <ashnwor@gmail.com>",
"license": "MIT",

@@ -22,0 +29,0 @@ "bugs": {

# Deliquus
**Deliquus is a latin adjective meaning missing, wanting, lacking.**
![image](https://user-images.githubusercontent.com/23039187/107879699-7721b600-6eeb-11eb-8373-d686ac6887b4.png)
**Deliquus aims to find missing test, story files and throw out an error. So you can use with husky and prevent developer from pushing the code before adding a test or story, or you know... anything.**
## Goal
_Deliquus is a latin adjective meaning missing, wanting, lacking._
We want deliquus to be configurable/customizable on every level possible.
We don't want it to be a tool that only finds tests and stories.
User should be configure Deliquus to match the files as she/he want.
## Roadmap
- Match files with single source directory and single target directory. ✔
- Match files with multiple source directories and multiple target directories. ✔
- Publish
## Usage
- Install with `yarn add --dev deliquus` or `npm install deliquus --save-dev`
- Create a valid cosmiconfig file (See: [Cosmiconfig](https://github.com/davidtheclark/cosmiconfig#cosmiconfig)) that exports an object containing:

@@ -32,2 +23,3 @@ ```javascript

- You can set multiple targets in for. For example you can check if stories and tests existing for `components` source without redefining the same directory.
- Execute with `yarn deliquus` or `npm run deliquus` or bind to husky (recommended).

@@ -34,0 +26,0 @@ ## Development

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