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

@spotify-confidence/openfeature-server-provider

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spotify-confidence/openfeature-server-provider - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

7

CHANGELOG.md

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

## [0.2.8](https://github.com/spotify/confidence-sdk-js/compare/openfeature-server-provider-v0.2.7...openfeature-server-provider-v0.2.8) (2024-06-04)
### ๐Ÿ› Bug Fixes
* cache timeouts ([#157](https://github.com/spotify/confidence-sdk-js/issues/157)) ([357bb02](https://github.com/spotify/confidence-sdk-js/commit/357bb025b02183f26700fa5df857d3528a51f747)), closes [#155](https://github.com/spotify/confidence-sdk-js/issues/155)
## [0.2.7](https://github.com/spotify/confidence-sdk-js/compare/openfeature-server-provider-v0.2.5...openfeature-server-provider-v0.2.7) (2024-06-03)

@@ -17,0 +24,0 @@

9

package.json
{
"name": "@spotify-confidence/openfeature-server-provider",
"license": "Apache-2.0",
"version": "0.2.7",
"version": "0.2.8",
"type": "module",

@@ -15,3 +15,3 @@ "types": "dist/index.d.ts",

"@openfeature/server-sdk": "^1.13.5",
"@spotify-confidence/sdk": "0.1.2"
"@spotify-confidence/sdk": "0.1.3"
},

@@ -25,4 +25,5 @@ "publishConfig": {

"scripts": {
"build": "tsc",
"bundle": "rollup -c && api-extractor run"
"build": "tsc -b",
"bundle": "rollup -c && api-extractor run",
"prepack": "yarn build && yarn bundle"
},

@@ -29,0 +30,0 @@ "files": [

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