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.1 to 0.3.0-beta.2

4

dist/lib/Configuration.d.ts

@@ -36,3 +36,3 @@ import { LoggingOptions } from "@syntest/logging";

terminationTriggers: string[];
exceptionObjectivesEnabled: boolean;
exceptionObjectives: boolean;
};

@@ -48,2 +48,4 @@ export type BudgetOptions = {

testMinimization: boolean;
metaComments: boolean;
assertions: boolean;
};

@@ -50,0 +52,0 @@ export type SamplingOptions = {

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

},
"exception-objectives-enabled": {
"exception-objectives": {
alias: [],

@@ -258,2 +258,18 @@ default: true,

},
"meta-comments": {
alias: [],
default: true,
description: "Add meta comments to test cases at the end of the search.",
group: OptionGroups.PostProccessing,
hidden: false,
type: "boolean",
},
assertions: {
alias: [],
default: true,
description: "Add assertions to test cases at the end of the search.",
group: OptionGroups.PostProccessing,
hidden: false,
type: "boolean",
},
};

@@ -260,0 +276,0 @@ }

{
"name": "@syntest/base-language",
"version": "0.3.0-beta.1",
"version": "0.3.0-beta.2",
"description": "The base testing tool of the SynTest Framework",

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

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

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

},
"gitHead": "05e3f65f4ead39eb943c25b246f7e21b3e29a21b"
"gitHead": "b3bc840eaaaf34a76776d6099e90c91e4875e61d"
}

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