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
6
Versions
119
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 2.1.0-pre.1 to 2.1.0-pre.3

lib/vivliostyle.umd.js

19

CHANGELOG.md

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

# [2.1.0-pre.3](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.0-pre.2...v2.1.0-pre.3) (2020-06-30)
### Bug Fixes
* change epage type to number ([a059d11](https://github.com/vivliostyle/vivliostyle.js/commit/a059d1156d2bd10fc3dbc902ee1c128620c46e2b))
# [2.1.0-pre.2](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.0-pre.1...v2.1.0-pre.2) (2020-06-30)
**Note:** Version bump only for package @vivliostyle/core
# [2.1.0-pre.1](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.0-pre.0...v2.1.0-pre.1) (2020-06-30)

@@ -8,0 +27,0 @@

2

lib/vivliostyle/core-viewer.d.ts

@@ -32,3 +32,3 @@ /**

last: boolean;
epage: unknown;
epage: number;
epageCount: number;

@@ -35,0 +35,0 @@ metadata: unknown;

{
"name": "@vivliostyle/core",
"description": "Vivliostyle Core library for HTML+CSS typesetting with EPUB/Web publications support",
"version": "2.1.0-pre.1",
"version": "2.1.0-pre.3",
"author": "Vivliostyle Foundation",
"scripts": {
"build": "microbundle --format cjs,umd,esm --define VIVLIOSTYLE_DEBUG=false",
"build-dev": "microbundle --no-compress --format cjs --define VIVLIOSTYLE_DEBUG=false",
"build": "microbundle --format cjs,umd --name Vivliostyle --define VIVLIOSTYLE_DEBUG=false",
"build-dev": "microbundle --no-compress --format cjs --name Vivliostyle --define VIVLIOSTYLE_DEBUG=false",
"clean": "shx rm -rf lib/* .cache",

@@ -20,5 +20,5 @@ "dev": "yarn build-dev --watch",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"eslint": "^6.8.0",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.10.1",

@@ -35,6 +35,6 @@ "eslint-plugin-import": "^2.20.2",

"module": "lib/vivliostyle.esm.js",
"esmodule": "lib/vivliostyle.modern.js",
"unpkg": "lib/vivliostyle.umd.js",
"files": [
"lib"
"lib",
"resources"
],

@@ -57,3 +57,3 @@ "publishConfig": {

"license": "AGPL-3.0",
"gitHead": "b953e4c167bac216aadd773c70306e570f19afb1"
"gitHead": "6e9264e262ec19afdbab1dca6756e48f9bcd7d79"
}

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

Sorry, the diff of this file is not supported yet

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