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.55 to 0.4.0-beta.56

5

dist/lib/Encoding.d.ts

@@ -7,4 +7,2 @@ import { Decoder } from "./Decoder";

* Encoding of the search problem.
*
* @author Mitchell Olsthoorn
*/

@@ -15,3 +13,2 @@ export declare abstract class Encoding {

protected _id: string;
protected _assertions: Map<string, string>;
protected _metaComments: string[];

@@ -39,4 +36,2 @@ /**

get id(): string;
get assertions(): Map<string, string>;
set assertions(value: Map<string, string>);
get metaComments(): string[];

@@ -43,0 +38,0 @@ addMetaComment(comment: string): void;

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

* Encoding of the search problem.
*
* @author Mitchell Olsthoorn
*/

@@ -38,3 +36,2 @@ class Encoding {

this._objectives = new Map();
this._assertions = new Map();
this._metaComments = [];

@@ -57,8 +54,2 @@ }

}
get assertions() {
return this._assertions;
}
set assertions(value) {
this._assertions = value;
}
get metaComments() {

@@ -65,0 +56,0 @@ return [...this._metaComments];

4

package.json
{
"name": "@syntest/search",
"version": "0.4.0-beta.55",
"version": "0.4.0-beta.56",
"description": "The common core of the SynTest Framework",

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

},
"gitHead": "202ffcca6ae3080fc6ad5e97e53e14928cc8d5d0"
"gitHead": "fa797b6b9e24e60b7db31069ac1333cf9f09fec9"
}

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