New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@eppo/node-server-sdk

Package Overview
Dependencies
Maintainers
5
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eppo/node-server-sdk - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

dist/client/eppo-client.d.ts

@@ -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 @@

2

package.json
{
"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

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