Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@agrarium/plugin-markdown

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agrarium/plugin-markdown - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

lib/index.d.ts

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

<a name="0.0.3"></a>
## [0.0.3](https://github.com/agrarium/agrarium/compare/@agrarium/plugin-markdown@0.0.2...@agrarium/plugin-markdown@0.0.3) (2018-04-02)
**Note:** Version bump only for package @agrarium/plugin-markdown
<a name="0.0.2"></a>

@@ -8,0 +16,0 @@ ## 0.0.2 (2018-01-30)

33

package.json
{
"name": "@agrarium/plugin-markdown",
"version": "0.0.2",
"version": "0.0.3",
"description": "Agrarium plugin for markdown files resolving",
"main": "plugin-markdown.js",
"author": "Anton Vinogradov <winogradovaa@gmail.com>",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"homepage": "https://github.com/agrarium/agrarium#readme",
"bugs": "https://github.com/agrarium/agrarium/issues",
"keywords": [],
"repository": {

@@ -11,11 +16,27 @@ "type": "git",

"license": "MIT",
"bugs": {
"url": "https://github.com/agrarium/agrarium/issues"
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/agrarium/agrarium#readme",
"scripts": {
"build": "rm -rf lib && tsc",
"lint": "tsc -p . --noEmit && tslint -p . -t stylish",
"prepublishOnly": "npm run build",
"test": "mocha"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/lib"
],
"dependencies": {
"@agrarium/plugin": "^0.0.2",
"@agrarium/plugin": "^0.0.3",
"@agrarium/types": "^0.1.0",
"posthtml": "^0.11.0",
"postmd": "0.0.2"
},
"devDependencies": {
"@agrarium/test-helpers": "^0.1.0",
"sinon": "^4.4.9"
}
}
plugin-markdown.js
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