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

mvt

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mvt - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

6

index.js

@@ -70,5 +70,5 @@ 'use strict'

if (compB !== undefined && isTruthyOrCompA !== compB) {
msg += `\n${isTruthyOrCompA} !== ${compB}`
isTruthyOrCompA = false
if (compB !== undefined) {
if (isTruthyOrCompA !== compB) msg += `\n${isTruthyOrCompA} !== ${compB}`
isTruthyOrCompA = isTruthyOrCompA === compB
}

@@ -75,0 +75,0 @@

{
"name": "mvt",
"version": "2.0.0",
"version": "2.0.1",
"description": "A minimum viable testing framework, aka a few test helpers, 0 dependencies",

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

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