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.7.1 to 3.7.2

2

dist/index.d.ts
import { EppoClient } from '@eppo/js-client-sdk-common';
import { IClientConfig } from './i-client-config';
export { IAssignmentDetails, IAssignmentEvent, IAssignmentLogger, IBanditEvent, IBanditLogger, } from '@eppo/js-client-sdk-common';
export { Attributes, AttributeType, BanditActions, BanditSubjectAttributes, ContextAttributes, IAssignmentDetails, IAssignmentEvent, IAssignmentLogger, IBanditEvent, IBanditLogger, } from '@eppo/js-client-sdk-common';
export { IClientConfig };

@@ -5,0 +5,0 @@ /**

@@ -0,1 +1,6 @@

import { Attributes } from '@eppo/js-client-sdk-common';
import { AttributeType } from '@eppo/js-client-sdk-common';
import { BanditActions } from '@eppo/js-client-sdk-common';
import { BanditSubjectAttributes } from '@eppo/js-client-sdk-common';
import { ContextAttributes } from '@eppo/js-client-sdk-common';
import { EppoClient } from '@eppo/js-client-sdk-common';

@@ -8,2 +13,12 @@ import { IAssignmentDetails } from '@eppo/js-client-sdk-common';

export { Attributes }
export { AttributeType }
export { BanditActions }
export { BanditSubjectAttributes }
export { ContextAttributes }
/**

@@ -10,0 +25,0 @@ * Used to access a singleton SDK client instance.

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

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

"dependencies": {
"@eppo/js-client-sdk-common": "4.8.3"
"@eppo/js-client-sdk-common": "4.8.4"
},

@@ -63,2 +63,2 @@ "devDependencies": {

"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
}

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