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

@syntest/search

Package Overview
Dependencies
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syntest/search - npm Package Compare versions

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

dist/lib/objective/managers/StructuralUncoveredObjectiveManager.d.ts

1

dist/index.d.ts

@@ -34,2 +34,3 @@ export * from "./lib/Archive";

export * from "./lib/objective/managers/StructuralObjectiveManager";
export * from "./lib/objective/managers/StructuralUncoveredObjectiveManager";
export * from "./lib/objective/managers/UncoveredObjectiveManager";

@@ -36,0 +37,0 @@ export * from "./lib/objective/secondary/LengthObjectiveComparator";

@@ -73,2 +73,3 @@ "use strict";

__exportStar(require("./lib/objective/managers/StructuralObjectiveManager"), exports);
__exportStar(require("./lib/objective/managers/StructuralUncoveredObjectiveManager"), exports);
__exportStar(require("./lib/objective/managers/UncoveredObjectiveManager"), exports);

@@ -75,0 +76,0 @@ __exportStar(require("./lib/objective/secondary/LengthObjectiveComparator"), exports);

2

dist/lib/objective/managers/StructuralObjectiveManager.d.ts

@@ -6,3 +6,3 @@ import { Encoding } from "../../Encoding";

/**
* Objective manager that only evaluates an encoding on currently reachable objectives.
* Objective manager that only evaluates an encoding on currently reachable and covered objectives.
*

@@ -9,0 +9,0 @@ * @author Mitchell Olsthoorn

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

/**
* Objective manager that only evaluates an encoding on currently reachable objectives.
* Objective manager that only evaluates an encoding on currently reachable and covered objectives.
*

@@ -38,3 +38,2 @@ * @author Mitchell Olsthoorn

this._uncoveredObjectives.delete(objectiveFunction);
this._currentObjectives.delete(objectiveFunction);
// Add objective to the covered objectives

@@ -41,0 +40,0 @@ this._coveredObjectives.add(objectiveFunction);

{
"name": "@syntest/search",
"version": "0.4.0-beta.33",
"version": "0.4.0-beta.34",
"description": "The common core of the SynTest Framework",

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

},
"gitHead": "9562fd8c4087280aea836439eeb2e6a2c8f0663b"
"gitHead": "63baf5d7d63b06227b8a19f2cc46cf725af37ce6"
}

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