New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

launchdarkly-react-client-sdk

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

launchdarkly-react-client-sdk - npm Package Compare versions

Comparing version 2.17.1 to 2.18.0-beta1

3

lib/initLDClient.js

@@ -53,2 +53,3 @@ "use strict";

var utils_1 = require("./utils");
var package_json_1 = require("../package.json");
/**

@@ -71,3 +72,3 @@ * Internal function to initialize the `LDClient`.

return __generator(this, function (_a) {
allOptions = __assign({}, options);
allOptions = __assign({ wrapperName: 'react-client-sdk', wrapperVersion: package_json_1.version }, options);
ldClient = launchdarkly_js_client_sdk_1.initialize(clientSideID, user, allOptions);

@@ -74,0 +75,0 @@ return [2 /*return*/, new Promise(function (resolve) {

{
"name": "launchdarkly-react-client-sdk",
"version": "2.17.1",
"version": "2.18.0-beta1",
"description": "LaunchDarkly SDK for React",

@@ -20,3 +20,3 @@ "author": "LaunchDarkly <team@launchdarkly.com>",

"test:junit": "jest --ci --reporters=default --reporters=jest-junit",
"build": "rimraf lib/* && tsc && rm -rf lib/*.test.*",
"build": "rimraf lib/* && tsc && mv lib/src/* lib && rimraf lib/package.json lib/src lib/*.test.*",
"lint": "tslint -p tsconfig.json 'src/**/*.ts*'",

@@ -60,3 +60,3 @@ "lint:all": "npm run lint",

"dependencies": {
"launchdarkly-js-client-sdk": "2.16.3",
"launchdarkly-js-client-sdk": "2.17.0",
"lodash.camelcase": "^4.3.0",

@@ -63,0 +63,0 @@ "uuid": "^3.3.2"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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