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

@marp-team/marpit

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marp-team/marpit - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

CHANGELOG.md

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

## v0.1.1 - 2018-09-18
### Fixed
- Fix that `before` option of `ThemeSet.pack` breaks importing another theme ([#71](https://github.com/marp-team/marpit/pull/71), [#72](https://github.com/marp-team/marpit/pull/72))
## v0.1.0 - 2018-09-14

@@ -7,0 +13,0 @@

2

lib/theme_set.js

@@ -213,3 +213,3 @@ "use strict";

const before = additionalCSS(opts.before);
const packer = (0, _postcss.default)([before && (css => css.first.before(before)), after && (css => css.last.after(after)), (0, _replace.default)(this), opts.printable && (0, _printable.default)({
const packer = (0, _postcss.default)([before && (css => css.first.before(before)), after && (css => css.last.after(after)), _rollup.default, (0, _replace.default)(this), opts.printable && (0, _printable.default)({
width: this.getThemeProp(theme, 'width'),

@@ -216,0 +216,0 @@ height: this.getThemeProp(theme, 'height')

{
"name": "@marp-team/marpit",
"version": "0.1.0",
"version": "0.1.1",
"description": "The skinny framework for creating slide deck from Markdown",

@@ -5,0 +5,0 @@ "license": "MIT",

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