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 1.3.1 to 1.3.2

10

CHANGELOG.md

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

## v1.3.2 - 2019-08-23
### Fixed
- Override declaration of `<section>` for advanced background to `display: block` ([#185](https://github.com/marp-team/marpit/pull/185))
### Changed
- Upgrade dependent packages to the latest version ([#186](https://github.com/marp-team/marpit/pull/186))
## v1.3.1 - 2019-08-11

@@ -7,0 +17,0 @@

1

lib/postcss/advanced_background.js

@@ -24,2 +24,3 @@ "use strict";

section[data-marpit-advanced-background="background"] {
display: block !important;
padding: 0 !important;

@@ -26,0 +27,0 @@ }

16

package.json
{
"name": "@marp-team/marpit",
"version": "1.3.1",
"version": "1.3.2",
"description": "The skinny framework for creating slide deck from Markdown",

@@ -68,3 +68,3 @@ "license": "MIT",

"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"babel-jest": "^24.9.0",
"browser-sync": "^2.26.7",

@@ -77,7 +77,7 @@ "cheerio": "^1.0.0-rc.3",

"docsify-themeable": "^0.7.2",
"eslint": "^6.1.0",
"eslint": "~6.1.0",
"eslint-config-airbnb-base": "14.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-import": "^2.18.2",
"jest": "^24.8.0",
"jest": "^24.9.0",
"jest-junit": "^7.0.0",

@@ -90,8 +90,8 @@ "jsdoc": "^3.6.3",

"prettier": "^1.18.2",
"rimraf": "^2.6.3",
"sass": "^1.22.9",
"rimraf": "^3.0.0",
"sass": "^1.22.10",
"stylelint": "^10.1.0",
"stylelint-config-prettier": "^5.2.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-scss": "^3.9.3"
"stylelint-scss": "^3.9.4"
},

@@ -98,0 +98,0 @@ "dependencies": {

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