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

@openfeature/flagd-provider

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openfeature/flagd-provider - npm Package Compare versions

Comparing version 0.7.6 to 0.7.7

11

package.json
{
"name": "@openfeature/flagd-provider",
"version": "0.7.6",
"version": "0.7.7",
"scripts": {

@@ -9,2 +9,3 @@ "publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public; fi",

"peerDependencies": {
"@grpc/grpc-js": "^1.6.0",
"@openfeature/js-sdk": "^1.1.0"

@@ -24,8 +25,6 @@ },

"dependencies": {
"@grpc/grpc-js": "1.8.13",
"@protobuf-ts/grpc-transport": "2.8.3",
"@protobuf-ts/runtime": "2.8.3",
"@protobuf-ts/runtime-rpc": "2.8.3",
"lru-cache": "8.0.5"
"@protobuf-ts/grpc-transport": "2.9.0",
"@protobuf-ts/runtime-rpc": "2.9.0",
"lru-cache": "10.0.0"
}
}
export * from './lib/flagd-provider';

@@ -0,0 +0,0 @@ export type CacheOption = 'lru' | 'disabled';

@@ -0,0 +0,0 @@ export declare const BASE_EVENT_STREAM_RETRY_BACKOFF_MS = 1000;

@@ -0,0 +0,0 @@ import { EvaluationContext, JsonValue, Logger, Provider, ResolutionDetails } from '@openfeature/js-sdk';

@@ -0,0 +0,0 @@ import { EvaluationContext, JsonValue, Logger, ResolutionDetails } from '@openfeature/js-sdk';

@@ -0,0 +0,0 @@ import { EvaluationContext, JsonValue, Logger, ResolutionDetails } from '@openfeature/js-sdk';

{
"module": "commonjs"
}
}

@@ -0,0 +0,0 @@ import type { BinaryWriteOptions } from "@protobuf-ts/runtime";

@@ -0,0 +0,0 @@ import type { RpcTransport } from "@protobuf-ts/runtime-rpc";

@@ -0,0 +0,0 @@ import { ServiceType } from "@protobuf-ts/runtime-rpc";

@@ -0,0 +0,0 @@ import type { RpcTransport } from "@protobuf-ts/runtime-rpc";

@@ -0,0 +0,0 @@ import { ServiceType } from "@protobuf-ts/runtime-rpc";

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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