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 2.1.2 to 2.1.3

3

CHANGELOG.md
# Changelog
## 2.1.3
- Bugfix: Must export Strategy interface to allow custom implementations.
## 2.1.2

@@ -4,0 +7,0 @@ - Unleash should not throw if os.userInfo throws #35

import { Unleash, UnleashConfig } from './unleash';
export { Strategy } from './strategy';
export { Unleash } from './unleash';

@@ -3,0 +4,0 @@ export declare function initialize(options: UnleashConfig): Unleash;

"use strict";
exports.__esModule = true;
var unleash_1 = require("./unleash");
var strategy_1 = require("./strategy");
exports.Strategy = strategy_1.Strategy;
var unleash_2 = require("./unleash");

@@ -5,0 +7,0 @@ exports.Unleash = unleash_2.Unleash;

2

package.json
{
"name": "unleash-client",
"version": "2.1.2",
"version": "2.1.3",
"description": "Unleash Client for Node",

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

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