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.3 to 0.3.4-1

1

deliquus.js

@@ -0,1 +1,2 @@

#!/usr/bin/env node
"use strict";

@@ -2,0 +3,0 @@

2

package.json
{
"name": "deliquus",
"version": "0.3.3",
"version": "0.3.4-1",
"description": "",

@@ -5,0 +5,0 @@ "main": "deliquus.js",

# Deliquus
**Deliquus is a latin adjective meaning missing, wanting, lacking.**
**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 +21,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 +24,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