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 2.0.0 to 2.0.1

6

CHANGELOG.md

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

## v2.0.1 - 2021-04-27
### Fixed
- Fix regression: Append inline styles into the end of CSS correctly ([#288](https://github.com/marp-team/marpit/issues/288), [#289](https://github.com/marp-team/marpit/pull/289))
## v2.0.0 - 2021-03-26

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

4

lib/theme_set.js

@@ -290,3 +290,5 @@ "use strict";

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

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

{
"name": "@marp-team/marpit",
"version": "2.0.0",
"version": "2.0.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