New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

launch-darkly-feature-builder

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

launch-darkly-feature-builder - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

5

package.json
{
"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"

2

src/featureComparer.js
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 ) {

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