@stigg/js-client-sdk
Advanced tools
+62
| # [3.90.0](https://github.com/stiggio/js-client-sdk/compare/3.89.0...3.90.0) (2026-02-24) | ||
| ### Bug Fixes | ||
| * **mapping:** mapping custom currency ([b93ce1e](https://github.com/stiggio/js-client-sdk/commit/b93ce1e94a0791af7eed12d62a7d264a6f53f3ca)) | ||
| * **pr:** pr ([66527b4](https://github.com/stiggio/js-client-sdk/commit/66527b4e5a8ebb31bfb0aa47cd7e1cc892f05053)) | ||
| * **pr:** pr ([4508ce2](https://github.com/stiggio/js-client-sdk/commit/4508ce2c0d325acadfcd69209a6b134c52bc9cf4)) | ||
| * **pr:** pr ([a4486ab](https://github.com/stiggio/js-client-sdk/commit/a4486ab4e95a2bc8952fda62ec214a60706cdcaa)) | ||
| * **test:** test ([0a57fe8](https://github.com/stiggio/js-client-sdk/commit/0a57fe87267d7dfef23e0ff23bf4c78e49b451b7)) | ||
| ### Features | ||
| * update api-client-js to 5.248.4 ([1add7d8](https://github.com/stiggio/js-client-sdk/commit/1add7d84dee127ea278147af0a4e0fe039a51288)) | ||
| # [3.89.0](https://github.com/stiggio/js-client-sdk/compare/3.88.0...3.89.0) (2026-02-23) | ||
| ### Features | ||
| * update api-client-js to 5.248.1 ([217ccea](https://github.com/stiggio/js-client-sdk/commit/217ccea2961254f101896d57235b894725303708)) | ||
| # [3.88.0](https://github.com/stiggio/js-client-sdk/compare/3.87.0...3.88.0) (2026-02-23) | ||
| ### Bug Fixes | ||
| * use PackageEntitlementUnionFragment for CustomerPortal.packageEntitlements ([774e71c](https://github.com/stiggio/js-client-sdk/commit/774e71c6ca778a312377b1af218cdf699d62d168)) | ||
| ### Features | ||
| * **STIGG-6322:** add credit entitlements to customer portal ([4676ee7](https://github.com/stiggio/js-client-sdk/commit/4676ee7987b2a4f643fc6a5a77544b3791fbb7ca)) | ||
| * **STIGG-6322:** rename packageEntitlements to entitlementsV2 in CustomerPortal ([768d5a6](https://github.com/stiggio/js-client-sdk/commit/768d5a6876da8d341a12d23df1bd75f308b66b05)) | ||
| # [3.87.0](https://github.com/stiggio/js-client-sdk/compare/3.86.0...3.87.0) (2026-02-23) | ||
| ### Features | ||
| * update api-client-js to 5.247.0 ([9dbf5a5](https://github.com/stiggio/js-client-sdk/commit/9dbf5a50abdc88fc23c056d569cf40eb434dacf3)) | ||
| # [3.86.0](https://github.com/stiggio/js-client-sdk/compare/3.85.1...3.86.0) (2026-02-22) | ||
| ### Features | ||
| * **STIGG-6793:** upgrade TypeScript 5.9, Jest 30, ts-jest 29 ([#344](https://github.com/stiggio/js-client-sdk/issues/344)) ([d90b1f8](https://github.com/stiggio/js-client-sdk/commit/d90b1f8e869fdb35421cd29a00cdf5b39fb37439)) | ||
| * **STIGG-6794:** upgrade Prettier 3 ([#345](https://github.com/stiggio/js-client-sdk/issues/345)) ([0f05d73](https://github.com/stiggio/js-client-sdk/commit/0f05d736653c104127bfd31e57fb1e9b544e5fa8)) | ||
| * **STIGG-6796:** upgrade ESLint 10 with flat config ([#346](https://github.com/stiggio/js-client-sdk/issues/346)) ([6eb3e09](https://github.com/stiggio/js-client-sdk/commit/6eb3e09a9d1f616820c045cd7e8cfc17906064f0)) | ||
@@ -1,16 +0,1 @@ | ||
| /*! ***************************************************************************** | ||
| Copyright (c) Microsoft Corporation. | ||
| Permission to use, copy, modify, and/or distribute this software for any | ||
| purpose with or without fee is hereby granted. | ||
| THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH | ||
| REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | ||
| AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, | ||
| INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM | ||
| LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR | ||
| OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | ||
| PERFORMANCE OF THIS SOFTWARE. | ||
| ***************************************************************************** */ | ||
| /** | ||
@@ -17,0 +2,0 @@ * @license |
@@ -1,16 +0,1 @@ | ||
| /*! ***************************************************************************** | ||
| Copyright (c) Microsoft Corporation. | ||
| Permission to use, copy, modify, and/or distribute this software for any | ||
| purpose with or without fee is hereby granted. | ||
| THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH | ||
| REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | ||
| AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, | ||
| INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM | ||
| LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR | ||
| OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | ||
| PERFORMANCE OF THIS SOFTWARE. | ||
| ***************************************************************************** */ | ||
| /** | ||
@@ -17,0 +2,0 @@ * @license |
+11
-37
| { | ||
| "name": "@stigg/js-client-sdk", | ||
| "version": "3.90.0", | ||
| "version": "3.92.0", | ||
| "description": "Stigg client-side SDK for Browser", | ||
@@ -15,18 +15,13 @@ "main": "dist/index.js", | ||
| }, | ||
| "repository": "https://github.com/stiggio/js-client-sdk.git", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/stiggio/stigg-sdk.git", | ||
| "directory": "packages/js-client-sdk" | ||
| }, | ||
| "license": "MIT", | ||
| "scripts": { | ||
| "start": "webpack serve", | ||
| "build:types": "tsc --emitDeclarationOnly", | ||
| "build": "yarn build:types && webpack", | ||
| "build:watch": "webpack --watch", | ||
| "build:prod": "yarn build:types && webpack --env production", | ||
| "link-sdk": "yarn build && yarn link", | ||
| "fix": "run-s fix:*", | ||
| "fix:prettier": "prettier \"src/**/*.ts\" --write", | ||
| "fix:lint": "eslint src --fix", | ||
| "test": "jest --silent", | ||
| "test:watch": "jest --watch", | ||
| "test:cov": "jest --coverage", | ||
| "prepare": "husky install", | ||
| "build:types": "yarn run -T tsc --emitDeclarationOnly", | ||
| "build": "yarn build:types && webpack --env production", | ||
| "test": "yarn run -T jest --silent", | ||
| "lint": "yarn run -T eslint 'src/**/*.ts'", | ||
| "docs": "typedoc" | ||
@@ -44,3 +39,2 @@ }, | ||
| "fetch-retry": "^5.0.6", | ||
| "husky": "^7.0.4", | ||
| "lodash": "^4.17.21", | ||
@@ -50,24 +44,10 @@ "tiny-typed-emitter": "^2.1.0" | ||
| "devDependencies": { | ||
| "@commitlint/cli": "^14.1.0", | ||
| "@commitlint/config-conventional": "^14.1.0", | ||
| "@eslint/js": "^10.0.1", | ||
| "@mswjs/interceptors": "^0.37", | ||
| "@types/jest": "^30.0.0", | ||
| "@types/lodash": "^4.14.177", | ||
| "eslint": "^10.0.0", | ||
| "eslint-config-prettier": "^10.1.8", | ||
| "eslint-plugin-prettier": "^5.5.5", | ||
| "jest": "^30.2.0", | ||
| "jest-environment-jsdom": "^30.2.0", | ||
| "jest-fetch-mock": "^3.0.3", | ||
| "lint-staged": "^12.0.2", | ||
| "msw": "^0.35.0", | ||
| "npm-run-all": "^4.1.5", | ||
| "prettier": "^3.8.1", | ||
| "ts-jest": "^29.4.6", | ||
| "ts-loader": "^9.2.6", | ||
| "typedoc": "^0.22.13", | ||
| "typedoc-plugin-rename-defaults": "^0.4.0", | ||
| "typescript": "^5.9.3", | ||
| "typescript-eslint": "^8.56.0", | ||
| "webpack": "^5.64.1", | ||
@@ -79,9 +59,3 @@ "webpack-cli": "^4.9.1", | ||
| "access": "public" | ||
| }, | ||
| "lint-staged": { | ||
| "*.{js,jsx,ts,tsx}": [ | ||
| "prettier --write", | ||
| "eslint --cache" | ||
| ] | ||
| } | ||
| } | ||
| } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Mixed license
LicensePackage contains multiple licenses.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
6698220
5.06%8
-11.11%11
-56%47
2.17%0
-100%10958
0.98%102
-3.77%109
15.96%- Removed
- Removed