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.7.0 to 0.8.0

4

package.json
{
"name": "launch-darkly-feature-builder",
"version": "0.7.0",
"version": "0.8.0",
"description": "Builds and manages launch darkly features from code.",

@@ -37,3 +37,3 @@ "bin": {

"command-line-usage": "^5.0.5",
"d2l-json-patch-gen": "git+https://github.com/Brightspace/d2l-json-patch-gen.git#1.1.0",
"d2l-json-patch-gen": "^1.1.0",
"deep-freeze": "0.0.1",

@@ -40,0 +40,0 @@ "json-patch-gen": "^1.0.2",

@@ -29,3 +29,5 @@ const _ = require( 'lodash' );

const msg = `Unable to generate valid patch for ${ key }: Cannot simultaneously update environments and variations`;
const patchJson = JSON.stringify( patch, null, '\t' );
const msg = `Unable to generate valid patch for ${ key }: Cannot simultaneously update environments and variations: ${ patchJson }`;
throw new Error( msg );

@@ -32,0 +34,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