Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@solucx/sdk

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solucx/sdk - npm Package Compare versions

Comparing version
1.18.0
to
1.18.1
+6
-0
build/Indicators/NONE.d.ts
import { Indicator } from "./Indicator";
import { Type } from "./Type";
export declare class NONE extends Indicator {
negativeMin: number;
negativeMax: number;
neutralMin: number;
neutralMax: number;
positiveMin: number;
positiveMax: number;
type: Type;
getScore(positives: number, negatives: number, neutrals: number): number;
}

@@ -9,2 +9,8 @@ "use strict";

super(...arguments);
this.negativeMin = 0;
this.negativeMax = -1;
this.neutralMin = 0;
this.neutralMax = 0;
this.positiveMin = 1;
this.positiveMax = 0;
this.type = Type_1.Type.NONE;

@@ -11,0 +17,0 @@ }

+1
-1

@@ -1,1 +0,1 @@

{"version":3,"file":"NONE.js","sourceRoot":"","sources":["../../src/Indicators/NONE.ts"],"names":[],"mappings":";;;AAAA,2CAAwC;AACxC,iCAA8B;AAC9B,MAAa,IAAK,SAAQ,qBAAS;IAAnC;;QACW,SAAI,GAAG,WAAI,CAAC,IAAI,CAAC;IAI5B,CAAC;IAHU,QAAQ,CAAC,SAAiB,EAAE,SAAiB,EAAE,QAAgB;QAClE,OAAO,CAAC,CAAC;IACb,CAAC;CACJ;AALD,oBAKC"}
{"version":3,"file":"NONE.js","sourceRoot":"","sources":["../../src/Indicators/NONE.ts"],"names":[],"mappings":";;;AAAA,2CAAwC;AACxC,iCAA8B;AAC9B,MAAa,IAAK,SAAQ,qBAAS;IAAnC;;QACW,gBAAW,GAAW,CAAC,CAAC;QACxB,gBAAW,GAAW,CAAC,CAAC,CAAC;QACzB,eAAU,GAAW,CAAC,CAAC;QACvB,eAAU,GAAW,CAAC,CAAC;QACvB,gBAAW,GAAW,CAAC,CAAC;QACxB,gBAAW,GAAW,CAAC,CAAC;QACxB,SAAI,GAAG,WAAI,CAAC,IAAI,CAAC;IAK5B,CAAC;IAHU,QAAQ,CAAC,SAAiB,EAAE,SAAiB,EAAE,QAAgB;QAClE,OAAO,CAAC,CAAC;IACb,CAAC;CACJ;AAZD,oBAYC"}
{
"name": "@solucx/sdk",
"version": "1.18.0",
"version": "1.18.1",
"description": "SoluCX SDK",

@@ -5,0 +5,0 @@ "main": "build/index.js",