Socket
Socket
Sign inDemoInstall

@launchdarkly/js-sdk-common

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@launchdarkly/js-sdk-common - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

dist/utils/index.d.ts

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [0.3.0](https://github.com/launchdarkly/js-core/compare/js-sdk-common-v0.2.0...js-sdk-common-v0.3.0) (2023-04-19)
### Features
* create sdk-server-edge package ([#83](https://github.com/launchdarkly/js-core/issues/83)) ([0578190](https://github.com/launchdarkly/js-core/commit/0578190123e2712b50774ca3087c7577ef2b9eb2))
## [0.2.0](https://github.com/launchdarkly/js-core/compare/js-sdk-common-v0.1.0...js-sdk-common-v0.2.0) (2023-03-16)

@@ -7,0 +14,0 @@

1

dist/index.d.ts

@@ -8,4 +8,5 @@ import AttributeReference from './AttributeReference';

export * from './options';
export * from './utils';
export * as internal from './internal';
export { AttributeReference, Context, ContextFilter };
//# sourceMappingURL=index.d.ts.map

@@ -28,3 +28,4 @@ "use strict";

__exportStar(require("./options"), exports);
__exportStar(require("./utils"), exports);
exports.internal = require("./internal");
//# sourceMappingURL=index.js.map

@@ -18,2 +18,8 @@ import { BasicLoggerOptions, LDLogger } from '../api';

private formatter?;
/**
* This should only be used as a default fallback and not as a convenient
* solution. In most cases you should construct a new instance with the
* appropriate options for your specific needs.
*/
static get(): BasicLogger;
constructor(options: BasicLoggerOptions);

@@ -20,0 +26,0 @@ private tryFormat;

@@ -24,2 +24,10 @@ "use strict";

class BasicLogger {
/**
* This should only be used as a default fallback and not as a convenient
* solution. In most cases you should construct a new instance with the
* appropriate options for your specific needs.
*/
static get() {
return new BasicLogger({});
}
constructor(options) {

@@ -26,0 +34,0 @@ var _a, _b, _c;

2

package.json
{
"name": "@launchdarkly/js-sdk-common",
"version": "0.2.0",
"version": "0.3.0",
"type": "commonjs",

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

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