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.3.0-beta.8 to 0.3.0-beta.9

2

dist/lib/plugins/objective-managers/StructuralUncoveredObjectiveManagerPlugin.d.ts

@@ -5,4 +5,2 @@ import { Encoding, ObjectiveManager } from "@syntest/search";

* Plugin for the structural uncovered objective manager
*
* @author Mitchell Olsthoorn
*/

@@ -9,0 +7,0 @@ export declare class StructuralUncoveredObjectiveManagerPlugin<T extends Encoding> extends ObjectiveManagerPlugin<T> {

@@ -25,4 +25,2 @@ "use strict";

* Plugin for the structural uncovered objective manager
*
* @author Mitchell Olsthoorn
*/

@@ -29,0 +27,0 @@ class StructuralUncoveredObjectiveManagerPlugin extends ObjectiveManagerPlugin_1.ObjectiveManagerPlugin {

@@ -5,4 +5,2 @@ import { Encoding, Procreation } from "@syntest/search";

* Plugin for SignalTerminationTrigger
*
* @author Dimitri Stallenberg
*/

@@ -9,0 +7,0 @@ export declare class DefaultProcreationPlugin<T extends Encoding> extends ProcreationPlugin<T> {

@@ -25,4 +25,2 @@ "use strict";

* Plugin for SignalTerminationTrigger
*
* @author Dimitri Stallenberg
*/

@@ -29,0 +27,0 @@ class DefaultProcreationPlugin extends ProcreationPlugin_1.ProcreationPlugin {

@@ -5,4 +5,2 @@ import { Encoding, SearchAlgorithm } from "@syntest/search";

* Plugin for MOSA Family Algorithms
*
* @author Dimitri Stallenberg
*/

@@ -9,0 +7,0 @@ export declare class MOSAFamilyPlugin<T extends Encoding> extends SearchAlgorithmPlugin<T> {

@@ -25,4 +25,2 @@ "use strict";

* Plugin for MOSA Family Algorithms
*
* @author Dimitri Stallenberg
*/

@@ -29,0 +27,0 @@ class MOSAFamilyPlugin extends SearchAlgorithmPlugin_1.SearchAlgorithmPlugin {

@@ -5,4 +5,2 @@ import { Encoding, SearchAlgorithm } from "@syntest/search";

* Plugin for NSGAII
*
* @author Dimitri Stallenberg
*/

@@ -9,0 +7,0 @@ export declare class NSGAIIPlugin<T extends Encoding> extends SearchAlgorithmPlugin<T> {

@@ -25,4 +25,2 @@ "use strict";

* Plugin for NSGAII
*
* @author Dimitri Stallenberg
*/

@@ -29,0 +27,0 @@ class NSGAIIPlugin extends SearchAlgorithmPlugin_1.SearchAlgorithmPlugin {

@@ -5,4 +5,2 @@ import { Encoding, SearchAlgorithm } from "@syntest/search";

* Plugin for RandomSearch
*
* @author Dimitri Stallenberg
*/

@@ -9,0 +7,0 @@ export declare class RandomSearchPlugin<T extends Encoding> extends SearchAlgorithmPlugin<T> {

@@ -25,4 +25,2 @@ "use strict";

* Plugin for RandomSearch
*
* @author Dimitri Stallenberg
*/

@@ -29,0 +27,0 @@ class RandomSearchPlugin extends SearchAlgorithmPlugin_1.SearchAlgorithmPlugin {

@@ -5,4 +5,2 @@ import { SignalTerminationTrigger } from "@syntest/search";

* Plugin for SignalTerminationTrigger
*
* @author Dimitri Stallenberg
*/

@@ -9,0 +7,0 @@ export declare class SignalTerminationTriggerPlugin extends TerminationTriggerPlugin {

@@ -25,4 +25,2 @@ "use strict";

* Plugin for SignalTerminationTrigger
*
* @author Dimitri Stallenberg
*/

@@ -29,0 +27,0 @@ class SignalTerminationTriggerPlugin extends TerminationTriggerPlugin_1.TerminationTriggerPlugin {

6

package.json
{
"name": "@syntest/base-language",
"version": "0.3.0-beta.8",
"version": "0.3.0-beta.9",
"description": "SynTest abstract tool that can be used to implement a new language",

@@ -56,3 +56,3 @@ "keywords": [

"@syntest/module": "^0.2.0-beta.2",
"@syntest/search": "^0.5.0-beta.7",
"@syntest/search": "^0.5.0-beta.8",
"@syntest/storage": "^0.3.0-beta.1",

@@ -68,3 +68,3 @@ "globby": "11.0.4",

},
"gitHead": "ec687772071407c836ddb8565c9b1eedcac72ab6"
"gitHead": "f2fc976906c76dc00d3cebac7c2fd1e5d75d6c40"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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