Huge News!Announcing our $40M Series B led by Abstract Ventures.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 to 2.1.1

11

CHANGELOG.md

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

## [2.1.1](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.0...v2.1.1) (2020-06-30)
### Bug Fixes
* only generate commonjs ([08f6410](https://github.com/vivliostyle/vivliostyle.js/commit/08f64109a9a7ef485b0b8d783f2c0f3f969a1151))
# [2.1.0](https://github.com/vivliostyle/vivliostyle.js/compare/v2.1.0-pre.3...v2.1.0) (2020-06-30)

@@ -8,0 +19,0 @@

14

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

@@ -22,2 +22,3 @@ "dev": "yarn build-dev --watch",

"@typescript-eslint/parser": "^3.5.0",
"esbuild": "^0.5.16",
"eslint": "^7.3.1",

@@ -34,6 +35,5 @@ "eslint-config-prettier": "^6.10.1",

"main": "lib/vivliostyle.js",
"module": "lib/vivliostyle.esm.js",
"unpkg": "lib/vivliostyle.umd.js",
"files": [
"lib",
"lib/**/*.js",
"lib/**/*.d.ts",
"resources"

@@ -57,3 +57,3 @@ ],

"license": "AGPL-3.0",
"gitHead": "57e20fef20d29c97732d7166dc1346f0c43120cd"
"gitHead": "40cfe2857108d91e3358d9a51a373f56143c5d65"
}
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