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

happy-dom

Package Overview
Dependencies
Maintainers
1
Versions
593
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

happy-dom - npm Package Compare versions

Comparing version 15.8.5 to 15.9.0

2

cjs/css/declaration/CSSStyleDeclaration.d.ts

@@ -1215,2 +1215,4 @@ import Element from '../../nodes/element/Element.cjs';

set containerName(value: string);
get aspectRatio(): string;
set aspectRatio(value: string);
/**

@@ -1217,0 +1219,0 @@ * Returns length.

@@ -899,3 +899,13 @@ import ICSSStyleDeclarationPropertyValue from './ICSSStyleDeclarationPropertyValue.cjs';

};
/**
* Returns aspect ratio.
*
* @param value Value.
* @param important Important.
* @returns Property
*/
static getAspectRatio(value: string, important: boolean): {
[key: string]: ICSSStyleDeclarationPropertyValue;
};
}
//# sourceMappingURL=CSSStyleDeclarationPropertySetParser.d.ts.map

@@ -1215,2 +1215,4 @@ import Element from '../../nodes/element/Element.js';

set containerName(value: string);
get aspectRatio(): string;
set aspectRatio(value: string);
/**

@@ -1217,0 +1219,0 @@ * Returns length.

@@ -493,2 +493,5 @@ import CSSStyleDeclarationPropertySetParser from './CSSStyleDeclarationPropertySetParser.js';

break;
case 'aspect-ratio':
properties = CSSStyleDeclarationPropertySetParser.getAspectRatio(value, important);
break;
default:

@@ -495,0 +498,0 @@ const trimmedValue = value.trim();

@@ -899,3 +899,13 @@ import ICSSStyleDeclarationPropertyValue from './ICSSStyleDeclarationPropertyValue.js';

};
/**
* Returns aspect ratio.
*
* @param value Value.
* @param important Important.
* @returns Property
*/
static getAspectRatio(value: string, important: boolean): {
[key: string]: ICSSStyleDeclarationPropertyValue;
};
}
//# sourceMappingURL=CSSStyleDeclarationPropertySetParser.d.ts.map

2

package.json
{
"name": "happy-dom",
"version": "15.8.5",
"version": "15.9.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/capricorn86/happy-dom",

@@ -512,2 +512,5 @@ import ICSSStyleDeclarationPropertyValue from './ICSSStyleDeclarationPropertyValue.js';

break;
case 'aspect-ratio':
properties = CSSStyleDeclarationPropertySetParser.getAspectRatio(value, important);
break;

@@ -514,0 +517,0 @@ default:

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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