Socket
Socket
Sign inDemoInstall

feature-flagger

Package Overview
Dependencies
43
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

6

dist/index.js

@@ -56,2 +56,8 @@ 'use strict';

this.flags = (global || window).default_flags || {};
//If the user specified default flags emit a changed event immediately
if ((global || window).default_flags) {
onChange(this.flags);
}
getData();

@@ -58,0 +64,0 @@ }

@@ -37,2 +37,8 @@ import 'whatwg-fetch';

this.flags = (global||window).default_flags || {};
//If the user specified default flags emit a changed event immediately
if ((global||window).default_flags) {
onChange(this.flags);
}
getData();

@@ -39,0 +45,0 @@ }

2

package.json
{
"name": "feature-flagger",
"version": "0.0.4",
"version": "0.0.5",
"description": "Feature flagging to support continuous development",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc