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

@syntest/base-language

Package Overview
Dependencies
Maintainers
4
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syntest/base-language - npm Package Compare versions

Comparing version 0.2.0-beta.33 to 0.2.0-beta.34

26

dist/lib/TestingToolModule.js

@@ -20,15 +20,15 @@ "use strict";

register(moduleManager, _metricManager, _userInterface, _modules) {
moduleManager.registerPlugin(this.name, new SearchMetricListener_1.SearchMetricListener());
moduleManager.registerPlugin(this.name, new SimpleObjectiveManagerPlugin_1.SimpleObjectiveManagerPlugin());
moduleManager.registerPlugin(this.name, new StructuralObjectiveManagerPlugin_1.StructuralObjectiveManagerPlugin());
moduleManager.registerPlugin(this.name, new UncoveredObjectiveManagerPlugin_1.UncoveredObjectiveManagerPlugin());
moduleManager.registerPlugin(this.name, new DefaultProcreationPlugin_1.DefaultProcreationPlugin());
moduleManager.registerPlugin(this.name, new MOSAFamilyPlugin_1.MOSAFamilyPlugin());
moduleManager.registerPlugin(this.name, new NSGAIIPlugin_1.NSGAIIPlugin());
moduleManager.registerPlugin(this.name, new RandomSearchPlugin_1.RandomSearchPlugin());
moduleManager.registerPlugin(this.name, new LengthObjectiveComparatorPlugin_1.LengthObjectiveComparatorPlugin());
moduleManager.registerPlugin(this.name, new SignalTerminationTriggerPlugin_1.SignalTerminationTriggerPlugin());
moduleManager.registerPreset(this.name, new NSGAIIPreset_1.NSGAIIPreset());
moduleManager.registerPreset(this.name, new MOSAPreset_1.MOSAPreset());
moduleManager.registerPreset(this.name, new DynaMOSAPreset_1.DynaMOSAPreset());
moduleManager.registerPlugin(this, new SearchMetricListener_1.SearchMetricListener());
moduleManager.registerPlugin(this, new SimpleObjectiveManagerPlugin_1.SimpleObjectiveManagerPlugin());
moduleManager.registerPlugin(this, new StructuralObjectiveManagerPlugin_1.StructuralObjectiveManagerPlugin());
moduleManager.registerPlugin(this, new UncoveredObjectiveManagerPlugin_1.UncoveredObjectiveManagerPlugin());
moduleManager.registerPlugin(this, new DefaultProcreationPlugin_1.DefaultProcreationPlugin());
moduleManager.registerPlugin(this, new MOSAFamilyPlugin_1.MOSAFamilyPlugin());
moduleManager.registerPlugin(this, new NSGAIIPlugin_1.NSGAIIPlugin());
moduleManager.registerPlugin(this, new RandomSearchPlugin_1.RandomSearchPlugin());
moduleManager.registerPlugin(this, new LengthObjectiveComparatorPlugin_1.LengthObjectiveComparatorPlugin());
moduleManager.registerPlugin(this, new SignalTerminationTriggerPlugin_1.SignalTerminationTriggerPlugin());
moduleManager.registerPreset(this, new NSGAIIPreset_1.NSGAIIPreset());
moduleManager.registerPreset(this, new MOSAPreset_1.MOSAPreset());
moduleManager.registerPreset(this, new DynaMOSAPreset_1.DynaMOSAPreset());
}

@@ -35,0 +35,0 @@ }

{
"name": "@syntest/base-language",
"version": "0.2.0-beta.33",
"version": "0.2.0-beta.34",
"description": "The base testing tool of the SynTest Framework",

@@ -49,7 +49,7 @@ "keywords": [

"dependencies": {
"@syntest/analysis": "^0.1.0-beta.5",
"@syntest/analysis": "^0.1.0-beta.6",
"@syntest/logging": "^0.1.0-beta.6",
"@syntest/metric": "^0.1.0-beta.6",
"@syntest/module": "^0.1.0-beta.16",
"@syntest/search": "^0.4.0-beta.29",
"@syntest/module": "^0.1.0-beta.17",
"@syntest/search": "^0.4.0-beta.30",
"globby": "11.0.4",

@@ -64,3 +64,3 @@ "yargs": "^17.7.1"

},
"gitHead": "c311c436e3d853ced92541ed57f80db8455db4c6"
"gitHead": "45270a3a68b05e2ac9b01aa6c0de71c229116964"
}

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