Socket
Socket
Sign inDemoInstall

flags-js

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flags-js - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

1

index.js

@@ -26,2 +26,3 @@ import { ON_FLAG, OFF_FLAG, BASE_URL, TRUE_FLAG, FALSE_FLAG } from "./base-constants";

const result = this.enabledMap[key];
this.flagEvaluated(key);
return Boolean(result); // in case bad key is sent

@@ -28,0 +29,0 @@ }

2

package.json
{
"name": "flags-js",
"version": "1.0.3",
"version": "1.0.4",
"description": "js client lib for feature flags api",

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

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