You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP →

fenextjs-functions

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fenextjs-functions - npm Package Compare versions

Comparing version

to
7.0.0

@@ -5,6 +5,6 @@ "use strict";

exports.CONFIG = {
EMPY: process.env["NEXT_PUBLIC_EMPY"] == "TRUE",
MODATA: process.env["NEXT_PUBLIC_MODATA"] == "TRUE",
LOG: process.env["NEXT_PUBLIC_LOG"] == "TRUE",
EMPY: process?.env?.["NEXT_PUBLIC_EMPY"] == "TRUE",
MODATA: process?.env?.["NEXT_PUBLIC_MODATA"] == "TRUE",
LOG: process?.env?.["NEXT_PUBLIC_LOG"] == "TRUE",
};
//# sourceMappingURL=index.js.map
{
"name": "fenextjs-functions",
"version": "6.2.0",
"version": "7.0.0",
"description": "",

@@ -44,3 +44,3 @@ "main": "./cjs/index.js",

"fenextjs-interface": "4.8.1",
"fenextjs-nextjs-dependencies": "3.0.0"
"fenextjs-dependencies": "1.0.0"
},

@@ -47,0 +47,0 @@ "files": [

Sorry, the diff of this file is not supported yet