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

@aesthetic/utils

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aesthetic/utils - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

2

esm/index.js

@@ -154,3 +154,3 @@ // Bundled with Packemon: https://packemon.dev

function isDOM() {
if (process.env.AESTHETIC_SSR) {
if (typeof process !== 'undefined' && process.env.AESTHETIC_SSR) {
return false;

@@ -157,0 +157,0 @@ }

@@ -169,3 +169,3 @@ // Bundled with Packemon: https://packemon.dev

function isDOM() {
if (process.env.AESTHETIC_SSR) {
if (typeof process !== 'undefined' && process.env.AESTHETIC_SSR) {
return false;

@@ -172,0 +172,0 @@ }

{
"name": "@aesthetic/utils",
"version": "0.8.2",
"version": "0.8.3",
"description": "Utility functions for Aesthetic.",

@@ -40,3 +40,3 @@ "keywords": [

},
"gitHead": "171d7f79a70658036a8b945c2a004d6fa802f5c2"
"gitHead": "6b76391658e4963faf8250de699d9bebbc5d1ee7"
}
let cache: boolean | null = null;
export function isDOM(): boolean {
if (process.env.AESTHETIC_SSR) {
if (typeof process !== 'undefined' && process.env.AESTHETIC_SSR) {
return false;

@@ -6,0 +6,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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