Huge News!Announcing our $40M Series B led by Abstract Ventures.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.5.0-beta.13 to 0.5.0-beta.14

2

dist/lib/budget/BudgetType.js

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

BudgetType[BudgetType["TOTAL_TIME"] = 4] = "TOTAL_TIME";
})(BudgetType = exports.BudgetType || (exports.BudgetType = {}));
})(BudgetType || (exports.BudgetType = BudgetType = {}));
//# sourceMappingURL=BudgetType.js.map

@@ -26,3 +26,5 @@ "use strict";

// Construct map with key as id covered and value as datapoint that covers that id
const idsTraceMap = new Map(traces.filter((trace) => trace.hits > 0).map((trace) => [trace.id, trace]));
const idsTraceMap = new Map(traces
.filter((trace) => trace.hits > 0)
.map((trace) => [trace.id, trace]));
// Construct set of all covered ids

@@ -29,0 +31,0 @@ const targets = new Set(idsTraceMap.keys());

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

get last() {
return this._path[this._path.length - 1];
return this._path.at(-1);
}

@@ -118,0 +118,0 @@ get path() {

{
"name": "@syntest/search",
"version": "0.5.0-beta.13",
"version": "0.5.0-beta.14",
"description": "SynTest library that contains a collection of search algorithms",

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

"dependencies": {
"@syntest/analysis": "^0.3.0-beta.2",
"@syntest/cfg": "^0.5.0-beta.0",
"@syntest/diagnostics": "^0.1.0-beta.0",
"@syntest/logging": "^0.2.0-beta.2",
"@syntest/prng": "^0.2.0-beta.2"
"@syntest/analysis": "^0.3.0-beta.3",
"@syntest/cfg": "^0.5.0-beta.1",
"@syntest/diagnostics": "^0.1.0-beta.1",
"@syntest/logging": "^0.2.0-beta.3",
"@syntest/prng": "^0.2.0-beta.3"
},

@@ -68,3 +68,3 @@ "engines": {

},
"gitHead": "9f1596cdb871f5327dfa3f41a913b46f37d20969"
"gitHead": "356b34fb993a0c743833f97c1c86d93939a1327c"
}

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

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

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

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

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