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.11.0 to 0.12.0

10

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

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

"chai-as-promised": "^7.1.1",
"eslint": "^5.15.3",
"eslint": "^5.16.0",
"mocha": "^5.2.0",

@@ -34,5 +34,5 @@ "nyc": "^12.0.2"

"dependencies": {
"bluebird": "^3.5.3",
"bluebird": "^3.5.5",
"bunyan": "^1.8.12",
"command-line-args": "^5.1.0",
"command-line-args": "^5.1.1",
"command-line-usage": "^5.0.5",

@@ -42,3 +42,3 @@ "d2l-json-patch-gen": "^1.1.0",

"json-patch-gen": "^1.0.2",
"lodash": "^4.17.11",
"lodash": "^4.17.14",
"request": "^2.88.0",

@@ -45,0 +45,0 @@ "request-promise": "^4.2.4"

@@ -73,2 +73,3 @@ const _ = require( 'lodash' );

description: '',
archived: false,
includeInSnippet: false,

@@ -75,0 +76,0 @@ temporary: true,

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

description: '',
archived: false,
includeInSnippet: false,

@@ -62,2 +63,3 @@ temporary: true,

description: '',
archived: false,
includeInSnippet: false,

@@ -113,2 +115,3 @@ temporary: true,

description: '',
archived: false,
includeInSnippet: false,

@@ -115,0 +118,0 @@ temporary: true,

@@ -5,2 +5,3 @@ {

"description": "True or false, nice and simple",
"archived": false,
"includeInSnippet": false,

@@ -7,0 +8,0 @@ "variations": [

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