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.6.0 to 1.6.1

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 1.6.1 - 10/18/17
#### 🛠 Internal
* Enabled Yarn workspaces.
* Updated Flowtype definitions.
# 1.6.0 - 9/27/17

@@ -2,0 +7,0 @@ #### 🚀 New

4

package.json
{
"name": "aesthetic-utils",
"version": "1.6.0",
"version": "1.6.1",
"description": "Utility functions for Aesthetic.",

@@ -20,4 +20,4 @@ "keywords": [

"devDependencies": {
"@milesj/build-tool-config": "^0.30.2"
"@milesj/build-tool-config": "^0.33.0"
}
}

@@ -12,4 +12,6 @@ /**

export default function injectAtRules(properties: CSSStyle, atName: string, rules: AtRuleMap) {
// Font faces don't have IDs in their declaration,
// so we need to handle this differently.
/*
* Font faces don't have IDs in their declaration,
* so we need to handle this differently.
*/
if (atName === '@font-face') {

@@ -16,0 +18,0 @@ const fonts = Object.keys(rules).map(key => rules[key]);

@@ -15,3 +15,3 @@ /**

lookup: AtRuleMap | AtRuleCache,
flatten: boolean = false,
flatten?: boolean = false,
) {

@@ -18,0 +18,0 @@ let value = properties[propName];

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