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.5.3 to 0.5.4

2

index.d.ts

@@ -16,3 +16,3 @@ declare namespace uvu {

after: Hook<T>
run(): () => void;
run(): void;
}

@@ -19,0 +19,0 @@ }

{
"name": "uvu",
"version": "0.5.3",
"version": "0.5.4",
"repository": "lukeed/uvu",

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

".": {
"types": "./index.d.ts",
"require": "./dist/index.js",

@@ -20,2 +21,3 @@ "import": "./dist/index.mjs"

"./assert": {
"types": "./assert/index.d.ts",
"require": "./assert/index.js",

@@ -25,2 +27,3 @@ "import": "./assert/index.mjs"

"./diff": {
"types": "./diff/index.d.ts",
"require": "./diff/index.js",

@@ -30,2 +33,3 @@ "import": "./diff/index.mjs"

"./parse": {
"types": "./parse/index.d.ts",
"require": "./parse/index.js",

@@ -35,2 +39,3 @@ "import": "./parse/index.mjs"

"./run": {
"types": "./run/index.d.ts",
"require": "./run/index.js",

@@ -37,0 +42,0 @@ "import": "./run/index.mjs"

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