New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

smelly-detector

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smelly-detector - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "smelly-detector",
"private": false,
"version": "0.0.3",
"version": "0.0.4",
"description": "Find out the smells in your tests, suggestions for correction and the theory behind them",

@@ -6,0 +6,0 @@ "main": "build/src/index.js",

{
"compilerOptions": {
"module": "CommonJS",
"module": "NodeNext",
"target": "ESNext",
"esModuleInterop": true,
"moduleResolution": "NodeNext",
"lib": [

@@ -12,3 +13,3 @@ "ES2020",

"sourceMap": true,
"rootDir": ".",
"rootDir": "./",
"strict": true, /* enable all strict type-checking options */

@@ -15,0 +16,0 @@ "declaration": true,

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