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.6.1 to 0.6.2

2

esm/index.js

@@ -150,3 +150,3 @@ import hash from 'string-hash';

if (cache$2 === null) {
cache$2 = typeof window !== 'undefined' || typeof document !== 'undefined';
cache$2 = typeof window !== 'undefined' && typeof document !== 'undefined';
}

@@ -153,0 +153,0 @@

@@ -164,3 +164,3 @@ 'use strict';

if (cache$2 === null) {
cache$2 = typeof window !== 'undefined' || typeof document !== 'undefined';
cache$2 = typeof window !== 'undefined' && typeof document !== 'undefined';
}

@@ -167,0 +167,0 @@

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

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

},
"gitHead": "7bb66e4727a310474a5412d037e2b1393c57540a"
"gitHead": "c3c3a681b593b40a5e17f2e7ec5592c6ba69a538"
}
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