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.1.2 to 0.1.3

1

dist/index.d.ts

@@ -6,3 +6,4 @@ import { FailedAssertion, TestConfig, TestResult } from "./types/test";

export declare const runTestPath: (paths: string[]) => Promise<void>;
export { AssertionType } from "./types/enums";
export { KeyValType, TestConfig, TestRequest, TestResult, TestConfigSchema, FailedAssertion, } from "./types/test";
export { runTest } from "./runner";

4

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.runTest = exports.TestConfigSchema = exports.runTestPath = exports.getFailedAssertions = exports.loadTestConfig = exports.dumpTestConfig = void 0;
exports.runTest = exports.TestConfigSchema = exports.AssertionType = exports.runTestPath = exports.getFailedAssertions = exports.loadTestConfig = exports.dumpTestConfig = void 0;
const tslib_1 = require("tslib");

@@ -90,2 +90,4 @@ const chalk_1 = tslib_1.__importDefault(require("chalk"));

exports.runTestPath = runTestPath;
var enums_1 = require("./types/enums");
Object.defineProperty(exports, "AssertionType", { enumerable: true, get: function () { return enums_1.AssertionType; } });
var test_2 = require("./types/test");

@@ -92,0 +94,0 @@ Object.defineProperty(exports, "TestConfigSchema", { enumerable: true, get: function () { return test_2.TestConfigSchema; } });

{
"name": "@metlo/testing",
"version": "0.1.2",
"version": "0.1.3",
"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