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.1.0 to 0.2.0

README.md

2

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

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

const _ = require( 'lodash' );
const deepFreeze = require( 'deep-freeze' );
const ignoredRuleFields = deepFreeze( [
'_id'
] );
function normalizeRule( rule ) {
const normal = _.omit( rule, ignoredRuleFields );
return normal;
}
const ignoredEnvironmentFields = deepFreeze( [

@@ -33,2 +43,4 @@ 'salt',

normal.rules = _.map( normal.rules, normalizeRule );
return normal;

@@ -35,0 +47,0 @@ }

@@ -85,2 +85,3 @@ {

{
"_id": "82b0d84b-af7c-4f98-aed3-b728835e1e94",
"variation": 0,

@@ -100,2 +101,3 @@ "clauses": [

{
"_id": "b16998ec-9dda-4fad-a6ea-d41aeaf79a23",
"variation": 1,

@@ -102,0 +104,0 @@ "clauses": [

Sorry, the diff of this file is not supported yet

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