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

testing

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testing - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

6

lib/runner.js

@@ -62,8 +62,4 @@ 'use strict';

{
if (!result)
if (result && result.failure)
{
return fail('Empty result');
}
if (result.failure)
{
return fail(result);

@@ -70,0 +66,0 @@ }

2

package.json
{
"name": "testing",
"version": "0.0.13",
"version": "0.0.14",
"description": "Simple testing framework.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/alexfernandez/testing",

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