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.2.0 to 0.2.1

15

CHANGELOG.md

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

## v0.2.1 - 2018-11-05
### Changed
- Support Node 10.x and use its LTS for development ([#84](https://github.com/marp-team/marpit/pull/84), [#88](https://github.com/marp-team/marpit/pull/88))
- Upgrade dependent packages to latest version ([#90](https://github.com/marp-team/marpit/pull/90))
### Fixed
- Fix docs to work docsify scripts correctly ([#89](https://github.com/marp-team/marpit/pull/89))
### Removed
- Remove `defer` attribute from `<inline>` script tag on docs ([#87](https://github.com/marp-team/marpit/pull/87))
## v0.2.0 - 2018-10-10

@@ -7,0 +22,0 @@

11

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

@@ -42,4 +42,4 @@ "license": "MIT",

"docs": "docsify serve ./docs",
"format": "prettier **/*.{json,md,ts,yaml,yml}",
"format:check": "yarn --mutex file run format -l",
"format": "prettier \"**/*.{js,json,md,ts,yaml,yml}\"",
"format:check": "yarn --silent --mutex file run format -l",
"jsdoc": "rimraf jsdoc && jsdoc src -c .jsdoc.json",

@@ -66,8 +66,7 @@ "lint": "eslint",

"dedent": "^0.7.0",
"docsify-cli": "^4.2.1",
"eslint": "^5.6.1",
"docsify-cli": "^4.3.0",
"eslint": "^5.8.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^3.0.0",
"jest": "^23.6.0",

@@ -74,0 +73,0 @@ "jest-junit": "^5.2.0",

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