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
2.1.0
to
2.2.0
+0
-0
build/Conditions/TargetCondition.d.ts

@@ -0,0 +0,0 @@ export declare enum TargetCondition {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum TargetConditionType {

@@ -0,0 +0,0 @@ "use strict";

+0
-1

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

import { TargetConditionType } from "./TargetConditionType";
export declare const ValueMetricDefinition: {

@@ -3,0 +2,0 @@ nps: string;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Indicators from "@solucx/indicators";

@@ -0,0 +0,0 @@ "use strict";

export declare function confidenceIntervalToZScore(confidenceInterval: number): number;
export declare function calcSamplingError(population: number, zScore: number, sampleSize: number): number;
export declare function calcSampleSize(population: number, zScore: number, samplingError: number): number;
+6
-2
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -17,3 +21,3 @@ if (k2 === undefined) k2 = k;

var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -20,0 +24,0 @@ return result;

@@ -0,0 +0,0 @@ export declare enum TargetPeriod {

@@ -0,0 +0,0 @@ "use strict";

{
"name": "@solucx/sdk",
"version": "2.1.0",
"version": "2.2.0",
"description": "SoluCX SDK",

@@ -33,4 +33,4 @@ "main": "build/index.js",

"dependencies": {
"@solucx/indicators": "^1.1.2",
"@solucx/permissions": "^1.1.3",
"@solucx/indicators": "^1.1.3",
"@solucx/permissions": "^1.14.1",
"jstat": "^1.9.5"

@@ -37,0 +37,0 @@ },

@@ -5,6 +5,8 @@ # solucx/sdk

## Usage
## Installation
To install this packege use `npm install @solucx/sdk`
> This is a private repository. You should be logged in into a allowed npm account or keep [this authorized .npmrc credentials file](https://bitbucket.org/solucxteam/workspace/snippets/B9ryKr/npmrc) at project or usr root folder.
### Test

@@ -11,0 +13,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet