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

@launchdarkly/js-server-sdk-common

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.0 to 1.0.1

LICENSE

16

CHANGELOG.md

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

## [1.0.1](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v1.0.0...js-server-sdk-common-v1.0.1) (2023-04-27)
### Bug Fixes
* add licence and fix missing package.json fields. ([c586398](https://github.com/launchdarkly/js-core/commit/c5863980c5bf4ee2a7590dfc4f7c575045d669b0))
* Ensure top level commands work correctly ([#105](https://github.com/launchdarkly/js-core/issues/105)) ([762571f](https://github.com/launchdarkly/js-core/commit/762571ff851558d229e4d29ba40a9c16b89f2a8d))
* remove beta text from cloudflare sdk readme. ([c586398](https://github.com/launchdarkly/js-core/commit/c5863980c5bf4ee2a7590dfc4f7c575045d669b0))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @launchdarkly/js-sdk-common bumped from 1.0.0 to 1.0.1
## [1.0.0](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v0.3.1...js-server-sdk-common-v1.0.0) (2023-04-26)

@@ -7,0 +23,0 @@

12

package.json
{
"name": "@launchdarkly/js-server-sdk-common",
"version": "1.0.0",
"version": "1.0.1",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/shared/sdk-server",
"repository": {
"type": "git",
"url": "https://github.com/launchdarkly/js-core.git"
},
"description": "LaunchDarkly Server SDK for JavaScript - common code",
"files": [
"/dist"
"dist"
],

@@ -19,2 +24,3 @@ "keywords": [

"build": "npx tsc",
"clean": "npx tsc --build --clean",
"lint": "npx eslint . --ext .ts",

@@ -26,3 +32,3 @@ "lint:fix": "yarn run lint -- --fix"

"dependencies": {
"@launchdarkly/js-sdk-common": "1.0.0",
"@launchdarkly/js-sdk-common": "1.0.1",
"semver": "7.4.0"

@@ -29,0 +35,0 @@ },

# LaunchDarkly SDK JavaScript Common Server Code
[![NPM][js-server-sdk-common-badge]][js-server-sdk-common-link]
[![NPM][js-server-sdk-common-npm-badge]][js-server-sdk-common-npm-link]
[![Actions Status][shared-sdk-server-ci-badge]][shared-sdk-server-ci]
[![Documentation](https://launchdarkly.github.io/js-core/packages/shared/common/docs/)
[![Documentation][shared-sdk-server-ghp-badge]][shared-sdk-server-ghp-link]

@@ -29,6 +29,7 @@ This project contains Typescript classes and interfaces that are applicable to server-side SDKs.

[js-server-sdk-common-npm-badge]: https://img.shields.io/npm/v/@launchdarkly/js-server-sdk-common.svg?style=flat-square
[js-server-sdk-common-npm-link]: https://www.npmjs.com/package/@launchdarkly/js-server-sdk-common
[shared-sdk-server-ci-badge]: https://github.com/launchdarkly/js-core/actions/workflows/sdk-server.yml/badge.svg
[shared-sdk-server-ci]: https://github.com/launchdarkly/js-core/actions/workflows/sdk-server.yml
[js-server-sdk-common-badge]: https://img.shields.io/npm/v/@launchdarkly/js-server-sdk-common.svg?style=flat-square
[js-server-sdk-common-link]: https://www.npmjs.com/package/@launchdarkly/js-server-sdk-common
[shared-sdk-server-ghp-badge]: https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8
[shared-sdk-server-ghp-link]: https://launchdarkly.github.io/js-core/packages/shared/sdk-server/docs/
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