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
34
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 1.4.0 to 1.4.2

6

CHANGELOG.md

@@ -0,3 +1,9 @@

# 1.4.2
* Fixed an issue with the lerna package.
# 1.4.1
* Updated dependencies.
# 1.4.0
* Updated IE requirement to 11+.
* Updated to include src/ files in the published package.

2

lib/injectAtRules.js

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

if (fonts.length) {
if (fonts.length > 0) {
properties[atName] = fonts.length > 1 ? fonts : fonts[0];

@@ -24,0 +24,0 @@ }

{
"name": "aesthetic-utils",
"version": "1.4.0",
"version": "1.4.2",
"description": "Utility functions for Aesthetic.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -17,3 +17,3 @@ /**

if (fonts.length) {
if (fonts.length > 0) {
properties[atName] = (fonts.length > 1) ? fonts : fonts[0];

@@ -20,0 +20,0 @@ }

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