launch-darkly-feature-builder
Advanced tools
Comparing version 0.6.0 to 0.7.0
{ | ||
"name": "launch-darkly-feature-builder", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Builds and manages launch darkly features from code.", | ||
@@ -37,5 +37,6 @@ "bin": { | ||
"command-line-usage": "^5.0.5", | ||
"d2l-json-patch-gen": "git+https://github.com/Brightspace/d2l-json-patch-gen.git#1.1.0", | ||
"deep-freeze": "0.0.1", | ||
"json-patch-gen": "^1.0.2", | ||
"lodash": "^4.17.10", | ||
"lodash": "^4.17.11", | ||
"request": "^2.87.0", | ||
@@ -42,0 +43,0 @@ "request-promise": "^4.2.2" |
const _ = require( 'lodash' ); | ||
const featureNormalizer = require( './featureNormalizer.js' ); | ||
const jsonPatchGen = require( 'json-patch-gen' ); | ||
const jsonPatchGen = require( 'd2l-json-patch-gen' ); | ||
@@ -5,0 +5,0 @@ module.exports = function( current, target ) { |
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
53058
10
1