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.9.0 to 0.10.0

2

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

@@ -5,0 +5,0 @@ "bin": {

@@ -77,3 +77,7 @@ const _ = require( 'lodash' );

goalIds: [],
customProperties: {}
customProperties: {},
experiments: {
baselineIdx: 0,
metrics: []
}
} );

@@ -80,0 +84,0 @@

@@ -29,2 +29,6 @@ const assert = require( './util/assert.js' );

customProperties: {},
experiments: {
baselineIdx: 0,
metrics: []
},
environments: {}

@@ -44,2 +48,6 @@ } );

customProperties: {},
experiments: {
baselineIdx: 0,
metrics: []
},
environments: {

@@ -60,2 +68,6 @@ 'test': {}

customProperties: {},
experiments: {
baselineIdx: 0,
metrics: []
},
environments: {

@@ -107,2 +119,6 @@ 'test': {

customProperties: {},
experiments: {
baselineIdx: 0,
metrics: []
},
environments: {

@@ -109,0 +125,0 @@ test: {

@@ -23,2 +23,6 @@ {

"customProperties": {},
"experiments": {
"baselineIdx": 0,
"metrics": []
},
"environments": {

@@ -25,0 +29,0 @@ "production": {

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