New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@common-stack/core

Package Overview
Dependencies
Maintainers
0
Versions
248
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@common-stack/core - npm Package Compare versions

Comparing version 6.0.8-alpha.21 to 6.0.8-alpha.23

2

lib/utils/globalVariable.js

@@ -5,3 +5,3 @@ import'envalid';/* eslint-disable no-nested-ternary */

// @ts-ignore
const getGlobals = () => typeof window !== 'undefined' ? window : process.env.SERVER_ENV === 'production' ? process.env : global;
const getGlobals = () => typeof window !== 'undefined' ? window : process.env.SERVER_ENV === 'cloudflare' ? process.env : global;
const getGlobalVariable = (key, _default = undefined) => {

@@ -8,0 +8,0 @@ const globals = getGlobals();

{
"name": "@common-stack/core",
"version": "6.0.8-alpha.21",
"version": "6.0.8-alpha.23",
"description": "Common core for higher packages to depend on",

@@ -26,3 +26,3 @@ "license": "ISC",

},
"gitHead": "e39de8e8c24fda15388b81452c7e85737ba35f07",
"gitHead": "43edc2f448dd53fb141f5c968f1eabfe3295c78f",
"typescript": {

@@ -29,0 +29,0 @@ "definition": "lib/index.d.ts"

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