Socket
Socket
Sign inDemoInstall

automutate-tests

Package Overview
Dependencies
32
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.1 to 0.5.0

2

lib/testCase.js

@@ -18,3 +18,3 @@ "use strict";

const expectedContents = (await fs.readFile(settings.expected)).toString();
const logger = new automutate_1.NoopLogger();
const logger = {};
// Act

@@ -21,0 +21,0 @@ await automutate_1.runMutations({

{
"name": "automutate-tests",
"version": "0.4.1",
"version": "0.5.0",
"description": "Test harness for automutate consumers.",

@@ -41,3 +41,3 @@ "main": "lib/index.js",

"dependencies": {
"automutate": "^0.8.1",
"automutate": "^0.9.0",
"chai": "^4.2.0",

@@ -44,0 +44,0 @@ "chalk": "^2.4.2",

@@ -1,2 +0,2 @@

import { WavesSettings, NoopLogger, runMutations } from "automutate";
import { WavesSettings, runMutations } from "automutate";
import { expect } from "chai";

@@ -63,3 +63,3 @@ import * as fs from "mz/fs";

).toString();
const logger = new NoopLogger();
const logger = {};

@@ -66,0 +66,0 @@ // Act

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc