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

@diffblue/java-combiner

Package Overview
Dependencies
Maintainers
4
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.0.6 to 0.0.7

4

build/testCombiner.js

@@ -64,4 +64,4 @@ "use strict";

const classNameModified = className.replace(/\$/g, '_');
const classAnnotationsMap = [];
classAnnotationsMap.concat(...tests.map((test) => test.classAnnotations));
let classAnnotationsMap = [];
classAnnotationsMap = classAnnotationsMap.concat(...tests.map((test) => test.classAnnotations));
const classAnnotations = new Set(classAnnotationsMap);

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

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

@@ -6,0 +6,0 @@ "files": [

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