Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

unleash-client

Package Overview
Dependencies
Maintainers
6
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unleash-client - npm Package Compare versions

Comparing version 3.10.0 to 3.10.1

2

lib/details.json

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

{ "name": "unleash-client-node", "version": "3.10.0", "sdkVersion": "unleash-client-node:3.10.0" }
{ "name": "unleash-client-node", "version": "3.10.1", "sdkVersion": "unleash-client-node:3.10.1" }
import { Unleash, UnleashConfig } from './unleash';
import { Variant } from './variant';
import { Context } from './context';
import { TagFilter } from './tags';
export { Strategy } from './strategy/index';
export { Context, Variant, Unleash };
export { Context, Variant, Unleash, TagFilter };
export declare function initialize(options: UnleashConfig): Unleash;

@@ -7,0 +8,0 @@ export declare function startUnleash(options: UnleashConfig): Promise<Unleash>;

{
"name": "unleash-client",
"version": "3.10.0",
"version": "3.10.1",
"description": "Unleash Client for Node",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -136,2 +136,4 @@ # Unleash Client SDK for Node.js

options as they may compromise your application security
- **namePrefix** - Only fetch feature toggles with the provided name prefix.
- **tags** - Only fetch feature toggles tagged with the list of tags. Eg: `[{type: 'simple', value: 'proxy'}]`.

@@ -138,0 +140,0 @@ ## Custom strategies

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