@eppo/node-server-sdk
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -20,2 +20,6 @@ import { IAssignmentLogger } from '../assignment-logger'; | ||
getAssignment(subjectKey: string, experimentKey: string, subjectAttributes?: Record<string, any>): string; | ||
/** | ||
* Used to manually stop the polling of Eppo servers. | ||
*/ | ||
stopPolling(): void; | ||
} | ||
@@ -22,0 +26,0 @@ export default class EppoClient implements IEppoClient { |
@@ -81,2 +81,6 @@ /** | ||
getAssignment(subjectKey: string, experimentKey: string, subjectAttributes?: Record<string, any>): string; | ||
/** | ||
* Used to manually stop the polling of Eppo servers. | ||
*/ | ||
stopPolling(): void; | ||
} | ||
@@ -83,0 +87,0 @@ |
{ | ||
"name": "@eppo/node-server-sdk", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Eppo node server SDK", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
49389
691
1