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

@markuplint/parser-utils

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/parser-utils - npm Package Compare versions

Comparing version 1.4.1 to 1.5.0

15

lib/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.ignoreFrontMatter = void 0;
__exportStar(require("./ignore-block"), exports);
__exportStar(require("./utils"), exports);
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./ignore-block"), exports);
tslib_1.__exportStar(require("./utils"), exports);
function ignoreFrontMatter(code) {

@@ -17,0 +8,0 @@ const reStart = /^(?:\s*\r?\n)?---\r?\n/.exec(code);

7

package.json
{
"name": "@markuplint/parser-utils",
"version": "1.4.1",
"version": "1.5.0",
"description": "Utility module for markuplint parser plugin",

@@ -22,6 +22,7 @@ "repository": "git@github.com:markuplint/markuplint.git",

"dependencies": {
"@markuplint/ml-ast": "^1.5.1",
"@markuplint/ml-ast": "^1.6.0",
"tslib": "^2.3.0",
"uuid": "^8.3.2"
},
"gitHead": "405e098d1a8b92ce24edec09927db661cd820c25"
"gitHead": "94955520e9fad6a45e8831c47f6b8b342b77efdc"
}
# @markuplint/parser-utils
[![npm version](https://badge.fury.io/js/%40markuplint%2Fparser-utils.svg)](https://www.npmjs.com/package/@markuplint/parser-utils)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=master)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=master)](https://coveralls.io/github/markuplint/markuplint?branch=master)
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=main)](https://travis-ci.org/markuplint/markuplint)
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=main)](https://coveralls.io/github/markuplint/markuplint?branch=main)

@@ -20,3 +20,3 @@ ## Install

```
$ git clone git@github.com:markuplint/markuplint.git -b master
$ git clone git@github.com:markuplint/markuplint.git -b main
$ yarn

@@ -23,0 +23,0 @@ $ yarn build

Sorry, the diff of this file is not supported yet

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