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

uvu

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uvu - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

package.json
{
"name": "uvu",
"version": "0.2.1",
"version": "0.2.2",
"repository": "lukeed/uvu",

@@ -5,0 +5,0 @@ "description": "uvu is an extremely fast and lightweight test runner for Node.js and the browser",

@@ -23,2 +23,3 @@ const { resolve } = require('path');

if (tmp) return require(tmp);
if (tmp = exists(resolve(name))) return require(tmp);
throw new Error(`Cannot find module '${name}'`);

@@ -25,0 +26,0 @@ });

Sorry, the diff of this file is not supported yet

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