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

@devcycle/bucketing

Package Overview
Dependencies
Maintainers
0
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devcycle/bucketing - npm Package Compare versions

Comparing version 1.23.3 to 1.24.0

4

package.json
{
"name": "@devcycle/bucketing",
"version": "1.23.3",
"version": "1.24.0",
"license": "MIT",
"dependencies": {
"@devcycle/types": "^1.18.3",
"@devcycle/types": "^1.19.0",
"lodash": "^4.17.21",

@@ -8,0 +8,0 @@ "murmurhash": "^2.0.0",

@@ -20,3 +20,3 @@ import { BucketedUserConfig, ConfigBody, DVCBucketingUser, PublicFeature, PublicRollout, PublicTarget } from '@devcycle/types';

export declare const doesUserPassRollout: ({ rollout, boundedHash, }: {
rollout?: PublicRollout | undefined;
rollout?: PublicRollout;
boundedHash: number;

@@ -39,3 +39,3 @@ }) => boolean;

user: DVCBucketingUser;
overrides?: Record<string, string> | undefined;
overrides?: Record<string, string>;
}) => BucketedUserConfig;

@@ -42,0 +42,0 @@ export declare const getUserValueForBucketingKey: ({ user, target, }: {

@@ -16,3 +16,3 @@ import { PublicAudience, AudienceFilterOrOperator } from '@devcycle/types';

[id: string]: Omit<PublicAudience<string>, "_id">;
} | undefined;
};
}) => boolean;

@@ -19,0 +19,0 @@ export declare const convertToSemanticVersion: (version: string) => string;

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