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.4.0 to 0.5.0

2

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

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

@@ -36,3 +36,3 @@ {

"patternProperties": {
"^[a-zA-Z_-]+": {
"^[a-zA-Z0-9_-]+$": {
"$ref": "#/definitions/variation",

@@ -86,3 +86,3 @@ "title": "The variation key"

"minLength": 1,
"pattern": "^[a-zA-Z_-]+"
"pattern": "^[a-zA-Z0-9_-]+$"
},

@@ -181,3 +181,3 @@ "targets": {

"minLength": 1,
"pattern": "^[a-zA-Z_-]+"
"pattern": "^[a-zA-Z0-9_-]+$"
}

@@ -222,3 +222,3 @@ }

"minLength": 1,
"pattern": "^[a-zA-Z_-]+"
"pattern": "^[a-zA-Z0-9_-]+$"
}

@@ -225,0 +225,0 @@ }

@@ -36,3 +36,3 @@ {

"patternProperties": {
"^[a-zA-Z_-]+": {
"^[a-zA-Z0-9_-]+$": {
"$ref": "#/definitions/variation",

@@ -86,3 +86,3 @@ "title": "The variation key"

"minLength": 1,
"pattern": "^[a-zA-Z_-]+"
"pattern": "^[a-zA-Z0-9_-]+$"
},

@@ -199,3 +199,3 @@ "targets": {

"minLength": 1,
"pattern": "^[a-zA-Z_-]+"
"pattern": "^[a-zA-Z0-9_-]+$"
}

@@ -240,3 +240,3 @@ }

"minLength": 1,
"pattern": "^[a-zA-Z_-]+"
"pattern": "^[a-zA-Z0-9_-]+$"
}

@@ -243,0 +243,0 @@ }

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