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
23
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.3 to 0.2.5

dist/index.d.ts

19

CHANGELOG.md

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

## [0.2.5](https://github.com/spotify/confidence-sdk-js/compare/openfeature-server-provider-v0.2.4...openfeature-server-provider-v0.2.5) (2024-05-28)
### ๐Ÿ› Bug Fixes
* npm deployment ([#146](https://github.com/spotify/confidence-sdk-js/issues/146)) ([0c93173](https://github.com/spotify/confidence-sdk-js/commit/0c931732a8c8df4b73d5e7a5b3bcda21684cb441))
## [0.2.4](https://github.com/spotify/confidence-sdk-js/compare/openfeature-server-provider-v0.2.3...openfeature-server-provider-v0.2.4) (2024-05-27)
### ๐Ÿ› Bug Fixes
* widen flag return types ([#142](https://github.com/spotify/confidence-sdk-js/issues/142)) ([6554e8c](https://github.com/spotify/confidence-sdk-js/commit/6554e8c83c6c49103f11fbdcf3f53c5576870788))
### โœจ New Features
* confidence flag api ([#141](https://github.com/spotify/confidence-sdk-js/issues/141)) ([3583415](https://github.com/spotify/confidence-sdk-js/commit/3583415957915a4d181316b66e5549071836799f))
## [0.2.3](https://github.com/spotify/confidence-openfeature-provider-js/compare/openfeature-server-provider-v0.2.2-rc.0...openfeature-server-provider-v0.2.3) (2024-05-03)

@@ -17,0 +36,0 @@

35

package.json
{
"name": "@spotify-confidence/openfeature-server-provider",
"license": "Apache-2.0",
"version": "0.2.3",
"module": "build/esm/index.js",
"main": "build/cjs/index.js",
"types": "build/types/index.d.ts",
"version": "0.2.5",
"type": "module",
"types": "dist/index.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "*",
"@openfeature/core": "^1.1.0",
"@openfeature/server-sdk": "^1.13.5"
"@openfeature/server-sdk": "^1.13.5",
"rollup": "*"
},
"peerDependencies": {
"@openfeature/server-sdk": "^1.13.5",
"@spotify-confidence/sdk": "^0.0.4"
"@spotify-confidence/sdk": "0.0.7"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"types": "dist/index.d.ts",
"main": "dist/index.js"
},
"scripts": {
"build:esm": "tsc -p tsconfig.esm.json",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:types": "tsc -p tsconfig.types.json",
"clean": "rm -rf build"
"build": "tsc",
"bundle": "rollup -c && api-extractor run"
},
"publishConfig": {
"access": "public"
},
"gitHead": "9cc79a28acd7b00a5e7e341229081e854d0b5292"
}
"files": [
"dist/index.*"
],
"main": "dist/index.js"
}
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