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.5.1 to 2.5.2

5

lib/markdown/directives/apply.js

@@ -42,6 +42,5 @@ "use strict";

const {
marpitDirectives,
marpitSlideElement
marpitDirectives
} = token.meta || {};
if (marpitSlideElement === 1) {
if (token.type === 'marpit_slide_open') {
// `skip` and `hold` disable increment of the page number

@@ -48,0 +47,0 @@ if (!((marpitDirectives === null || marpitDirectives === void 0 ? void 0 : marpitDirectives.paginate) === 'skip' || (marpitDirectives === null || marpitDirectives === void 0 ? void 0 : marpitDirectives.paginate) === 'hold')) {

2

package.json
{
"name": "@marp-team/marpit",
"version": "2.5.1",
"version": "2.5.2",
"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