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

d2l-lms-launch-darkly-feature-converter-plugin

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d2l-lms-launch-darkly-feature-converter-plugin - npm Package Compare versions

Comparing version 0.12.0 to 0.13.0

schemas/farm-multivariate/v1_0.json

2

package.json
{
"name": "d2l-lms-launch-darkly-feature-converter-plugin",
"version": "0.12.0",
"version": "0.13.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -23,2 +23,4 @@ const _ = require( 'lodash' );

const farmMultivariateSchemaV1_0 = require( '../schemas/farm-multivariate/v1_0.json' );
const instanceBooleanSchemaV1_0 = require( '../schemas/instance-boolean/v1_0.json' );

@@ -85,2 +87,12 @@ const instanceBooleanSchemaV1_1 = require( '../schemas/instance-boolean/v1_1.json' );

);
yield new Converter(
multivariateFeatureKind,
createSchemaValiators( [
farmMultivariateSchemaV1_0
] ),
multiVariationMapper,
farmEnvironmentMapper,
[ generateFlagTag, farmFlagTag ]
);

@@ -87,0 +99,0 @@ yield new Converter(

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