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.5 to 0.3.6

5

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

@@ -7,0 +10,0 @@ "start": "node dist/deliquus.js",

1

src/__tests__/isUndefinedOrEmpty.test.ts

@@ -5,2 +5,3 @@ import isUndefinedOrEmpty from '../helpers/isUndefinedOrEmpty';

it('handles correctly an undefined value', () => {
// @ts-expect-error for test purposes
expect(isUndefinedOrEmpty(undefined)).toBe(true);

@@ -7,0 +8,0 @@ });

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

program.version('0.3.5').option('-c, --continueWhenFailed', 'Returns with 0 if fails');
program.version('0.3.6').option('-c, --continueWhenFailed', 'Returns with 0 if fails');
program.parse(process.argv);

@@ -20,0 +20,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