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

@unleash/client-specification

Package Overview
Dependencies
Maintainers
6
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unleash/client-specification - npm Package Compare versions

Comparing version 4.4.0 to 4.5.0

specifications/17-dependent-features.json

2

package.json
{
"name": "@unleash/client-specification",
"version": "4.4.0",
"version": "4.5.0",
"description": "A collection of test specifications to guide client implementations in various languages",

@@ -5,0 +5,0 @@ "scripts": {

@@ -12,2 +12,9 @@ const Joi = require('joi');

enabled: Joi.boolean().required(),
dependencies: Joi.array().optional().items(
Joi.object().keys({
feature: Joi.string().required(),
enabled: Joi.bool().optional(),
variants: Joi.array().items(Joi.string()).optional()
})
),
strategies: Joi.array().items(

@@ -14,0 +21,0 @@ Joi.object().keys({

@@ -17,3 +17,4 @@ [

"15-global-constraints.json",
"16-strategy-variants.json"
"16-strategy-variants.json",
"17-dependent-features.json"
]
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