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.4.1 to 0.5.0-beta.0

5

dist/lib/EncodingRunner.d.ts
import { Encoding } from "./Encoding";
import { ExecutionResult } from "./ExecutionResult";
import { SearchSubject } from "./SearchSubject";
/**
* @author Mitchell Olsthoorn
* EncodingRunner
*/

@@ -11,4 +10,4 @@ export interface EncodingRunner<T extends Encoding> {

*/
execute(subject: SearchSubject<T>, encoding: T): Promise<ExecutionResult>;
execute(encoding: T): Promise<ExecutionResult>;
}
//# sourceMappingURL=EncodingRunner.d.ts.map

2

dist/lib/objective/managers/ObjectiveManager.js

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

// Execute the encoding
const result = await this._runner.execute(this._subject, encoding);
const result = await this._runner.execute(encoding);
// TODO: Use events for this so we can elimate the dependency on the budget manager

@@ -76,0 +76,0 @@ budgetManager.evaluation();

{
"name": "@syntest/search",
"version": "0.4.1",
"version": "0.5.0-beta.0",
"description": "The common core of the SynTest Framework",

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

},
"gitHead": "912254257fbc2c098f58a4691e3c71fc00498222"
"gitHead": "c18ffa4c96e1f5e5cf9a7fc8c6bd96c9e5683bb4"
}

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