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
0
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 3.1.0 to 3.1.1

2

dist/index.d.ts

@@ -49,3 +49,3 @@ import { IAssignmentLogger, IEppoClient, IBanditLogger } from '@eppo/js-client-sdk-common';

}
export { IAssignmentEvent, IAssignmentLogger } from '@eppo/js-client-sdk-common';
export { IAssignmentEvent, IAssignmentLogger, IBanditEvent, IBanditLogger, } from '@eppo/js-client-sdk-common';
/**

@@ -52,0 +52,0 @@ * Initializes the Eppo client with configuration parameters.

import { IAssignmentEvent } from '@eppo/js-client-sdk-common';
import { IAssignmentLogger } from '@eppo/js-client-sdk-common';
import { IBanditEvent } from '@eppo/js-client-sdk-common';
import { IBanditLogger } from '@eppo/js-client-sdk-common';

@@ -17,2 +18,6 @@ import { IEppoClient } from '@eppo/js-client-sdk-common';

export { IBanditEvent }
export { IBanditLogger }
/**

@@ -19,0 +24,0 @@ * Configuration used for initializing the Eppo client

{
"name": "@eppo/node-server-sdk",
"version": "3.1.0",
"version": "3.1.1",
"description": "Eppo node server SDK",

@@ -32,3 +32,3 @@ "main": "dist/index.js",

"dependencies": {
"@eppo/js-client-sdk-common": "3.5.0",
"@eppo/js-client-sdk-common": "3.6.0",
"lru-cache": "^10.0.1"

@@ -35,0 +35,0 @@ },

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