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.11.0 to 0.12.0

schemas/farm-boolean/v1_1.json

2

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

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

@@ -21,2 +21,3 @@ const _ = require( 'lodash' );

const farmBooleanSchemaV1_0 = require( '../schemas/farm-boolean/v1_0.json' );
const farmBooleanSchemaV1_1 = require( '../schemas/farm-boolean/v1_1.json' );

@@ -77,3 +78,4 @@ const instanceBooleanSchemaV1_0 = require( '../schemas/instance-boolean/v1_0.json' );

createSchemaValiators( [
farmBooleanSchemaV1_0
farmBooleanSchemaV1_0,
farmBooleanSchemaV1_1
] ),

@@ -80,0 +82,0 @@ booleanVariationMapper,

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