Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@growthflags/js-sdk

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@growthflags/js-sdk - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

4

dist/index.js

@@ -97,4 +97,4 @@ "use strict";

try {
const stringData = localStorage.getItem(`${storagePath}`) || '';
return JSON.parse(stringData);
const localStorageData = localStorage.getItem(`${storagePath}`);
return localStorageData ? JSON.parse(localStorageData) : {};
}

@@ -101,0 +101,0 @@ catch (error) {

{
"name": "@growthflags/js-sdk",
"version": "1.0.6",
"version": "1.0.7",
"description": "Feature flags",

@@ -5,0 +5,0 @@ "main": "dist/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