New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@diffblue/java-combiner

Package Overview
Dependencies
Maintainers
5
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@diffblue/java-combiner - npm Package Compare versions

Comparing version 0.1.6-rc2 to 0.1.6-rc3

4

build/test.d.ts

@@ -26,4 +26,4 @@ /** Generated test data from test-gen, supporting legacy field names */

classRules?: string[];
coveredLines?: string[];
sourceFilePath?: string;
coveredLines: string[];
sourceFilePath: string;
}

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

const standardisedTests = utils_1.standardiseTests(tests);
const orderedTests = orderTests(standardisedTests);
const orderedTests = standardisedTests[0].coveredLines.length ? orderTests(standardisedTests) : standardisedTests;
const uniqueTests = orderedTests[0] && orderedTests[0].id ? deduplicateTestNames(orderedTests) : orderedTests;

@@ -150,0 +150,0 @@ const combinedTests = combineTests_1.combineTests({ tests: uniqueTests, existingImports: [] });

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

coveredLines: test.coveredLines || [],
sourceFilePath: test.sourceFilePath,
sourceFilePath: test.sourceFilePath || '',
classRules: test.classRules,

@@ -36,0 +36,0 @@ imports: test.imports,

{
"name": "@diffblue/java-combiner",
"description": "Java test combining library",
"version": "0.1.6-rc2",
"version": "0.1.6-rc3",
"main": "build/index.js",

@@ -6,0 +6,0 @@ "types": "build/index.d.ts",

Sorry, the diff of this file is not supported yet

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