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

unleash-client

Package Overview
Dependencies
Maintainers
3
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 1.0.0 to 1.0.1

6

lib/index.d.ts

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

import { UnleashConfig } from './unleash';
import { Unleash, UnleashConfig } from './unleash';
export { Strategy } from './strategy';
export { Unleash } from './unleash';
export declare function initialize(options: UnleashConfig): any;
export declare function isEnabled(name: string, context: any, fallbackValue?: boolean): any;
export declare function initialize(options: UnleashConfig): Unleash;
export declare function isEnabled(name: string, context: any, fallbackValue?: boolean): boolean;
export declare function destroy(): any;
{
"name": "unleash-client",
"version": "1.0.0",
"version": "1.0.1",
"description": "Unleash Client for Node",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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