New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vivliostyle/core

Package Overview
Dependencies
Maintainers
7
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vivliostyle/core - npm Package Compare versions

Comparing version

to
2.4.2

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [2.4.2](https://github.com/vivliostyle/vivliostyle.js/compare/v2.4.1...v2.4.2) (2021-01-25)
### Bug Fixes
- top margin at forced break was ignored when target-counter is used ([c8485ad](https://github.com/vivliostyle/vivliostyle.js/commit/c8485ad668fd462fca15c960660c154388214bc9)), closes [#690](https://github.com/vivliostyle/vivliostyle.js/issues/690)
## [2.4.1](https://github.com/vivliostyle/vivliostyle.js/compare/v2.4.0...v2.4.1) (2021-01-12)

@@ -8,0 +14,0 @@

@@ -98,2 +98,7 @@ import * as Base from "./base";

private createElementView;
/**
* Check if the current position is at a forced break
* (Fix for Issue #690)
*/
private isAtForcedBreak;
private processAfterIfcontinues;

@@ -100,0 +105,0 @@ /**

4

package.json
{
"name": "@vivliostyle/core",
"description": "Vivliostyle Core library for HTML+CSS typesetting with EPUB/Web publications support",
"version": "2.4.1",
"version": "2.4.2",
"author": "Vivliostyle Foundation",

@@ -55,3 +55,3 @@ "scripts": {

"license": "AGPL-3.0",
"gitHead": "c2ade52426eb8c0a5774ae45aa9e53087e7a1894"
"gitHead": "fb68838a300907e863e201d4966e206b89e72c3e"
}

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