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

@openfeature/flagd-web-provider

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openfeature/flagd-web-provider - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

4

index.cjs.js

@@ -5,4 +5,4 @@ 'use strict';

var connect = require('@bufbuild/connect');
var connectWeb = require('@bufbuild/connect-web');
var connect = require('@connectrpc/connect');
var connectWeb = require('@connectrpc/connect-web');
var protobuf = require('@bufbuild/protobuf');

@@ -9,0 +9,0 @@ var webSdk = require('@openfeature/web-sdk');

@@ -1,3 +0,3 @@

import { createPromiseClient, createCallbackClient } from '@bufbuild/connect';
import { createConnectTransport } from '@bufbuild/connect-web';
import { createPromiseClient, createCallbackClient } from '@connectrpc/connect';
import { createConnectTransport } from '@connectrpc/connect-web';
import { proto3, Struct, Message, protoInt64, MethodKind } from '@bufbuild/protobuf';

@@ -4,0 +4,0 @@ import { ProviderStatus, OpenFeatureEventEmitter, FlagNotFoundError, TypeMismatchError, StandardResolutionReasons, OpenFeature, ProviderEvents } from '@openfeature/web-sdk';

{
"name": "@openfeature/flagd-web-provider",
"version": "0.6.0",
"version": "0.7.0",
"scripts": {

@@ -22,6 +22,6 @@ "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",

"dependencies": {
"@bufbuild/connect": "0.13.0",
"@bufbuild/connect-web": "0.13.0",
"@bufbuild/protobuf": "1.2.1"
"@bufbuild/protobuf": "1.8.0",
"@connectrpc/connect": "1.4.0",
"@connectrpc/connect-web": "1.4.0"
}
}

@@ -1,2 +0,2 @@

import { CallbackClient, PromiseClient } from '@bufbuild/connect';
import { CallbackClient, PromiseClient } from '@connectrpc/connect';
import { EvaluationContext, JsonValue, Logger, OpenFeatureEventEmitter, Provider, ProviderStatus, ResolutionDetails } from '@openfeature/web-sdk';

@@ -3,0 +3,0 @@ import { Service } from '../proto/ts/flagd/evaluation/v1/evaluation_connect';

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