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

smelly-detector

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smelly-detector

Find out the smells in your tests, suggestions for correction and the theory behind them

  • 0.0.11
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
68
decreased by-59.28%
Maintainers
0
Weekly downloads
 
Created
Source

@smelly/detector

Continuous Integration Workflow

https://nodei.co/npm/smelly-detector.png?downloads=true&downloadRank=true&stars=true

This package is part of the smelly package and containers the egine that detects test smells on javascript/typescript files. It provides an interface eacy of comsuption for different ends.

Installation

npm install --save smelly-detector

Programmatically using detector

The detector package can be used as a standalone package.

import { SmellDetector } from 'smelly-detector';

const detector = new SmellDetector("my-file.js", "my source code");

console.log(detector.findAll());

Resources

FAQs

Package last updated on 17 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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