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

@vivliostyle/theme-bunko

Package Overview
Dependencies
Maintainers
7
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vivliostyle/theme-bunko - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

scss/theme_common.scss

6

CHANGELOG.md

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

# [0.5.0](https://github.com/vivliostyle/themes/compare/@vivliostyle/theme-bunko@0.4.1...@vivliostyle/theme-bunko@0.5.0) (2021-11-07)
### Features
- update cli version to v4.3.2 ([5be7268](https://github.com/vivliostyle/themes/commit/5be72685499e73826def6859e04f6645c859391e))
## [0.4.1](https://github.com/vivliostyle/themes/compare/@vivliostyle/theme-bunko@0.4.0...@vivliostyle/theme-bunko@0.4.1) (2021-06-19)

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

13

package.json
{
"name": "@vivliostyle/theme-bunko",
"description": "文庫用のテーマ",
"version": "0.4.1",
"version": "0.5.0",
"author": "Vivliostyle <mail@vivliostyle.org>",
"scripts": {
"build": "run-p build:scss",
"build": "run-p build:scss build:vivliostyle",
"build:scss": "sass scss:.",
"build:vivliostyle": "vivliostyle build",
"dev": "run-p preview watch:scss",

@@ -15,6 +16,6 @@ "preview": "vivliostyle preview",

"devDependencies": {
"@vivliostyle/cli": "^3.3.0",
"@vivliostyle/cli": "^4.3.2",
"npm-run-all": "^4.1.5",
"sass": "^1.32.8",
"vivliostyle-theme-scripts": "^0.3.3"
"vivliostyle-theme-scripts": "^0.3.4"
},

@@ -45,3 +46,3 @@ "files": [

"name": "Bunko",
"style": "./theme.css",
"style": "./theme_common.css",
"category": "novel",

@@ -54,3 +55,3 @@ "topics": [

},
"gitHead": "74813647f061eef972ac36c3f1dd947cdadfd1ac"
"gitHead": "959584c34fed99048cf985ea9a26e8c7a713b962"
}
module.exports = {
language: 'ja',
theme: 'theme.css',
entry: [
'example/bunko.md',
],
theme: 'theme_print.css',
entry: ['example/bunko.md'],
output: [
"book.pdf",
'book.pdf',
{

@@ -14,2 +12,2 @@ path: './book',

],
}
};

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