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

@metlo/testing

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metlo/testing - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

4

dist/index.js

@@ -49,3 +49,5 @@ "use strict";

console.log(chalk_1.default.bold.red("Failed to load test..."));
throw new Error(JSON.stringify(parseRes.error.flatten(), null, 4));
throw new Error(parseRes.error.issues
.map(e => `${e.path.join(".")}: ${e.message}`)
.join("\n"));
}

@@ -52,0 +54,0 @@ return parseRes.data;

{
"name": "@metlo/testing",
"version": "0.2.8",
"version": "0.2.9",
"license": "MIT",

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

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