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.1.0 to 1.2.0

lib/const.d.ts

2

lib/index.d.ts

@@ -0,1 +1,3 @@

export * from './ignore-block';
export * from './utils';
export declare function ignoreFrontMatter(code: string): string;
"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);
function ignoreFrontMatter(code) {

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

{
"name": "@markuplint/parser-utils",
"version": "1.1.0",
"version": "1.2.0",
"description": "Utility module for markuplint parser plugin",

@@ -18,3 +18,10 @@ "repository": "git@github.com:markuplint/markuplint.git",

},
"gitHead": "1806f99b6429b73ce498f6ecf641efc2400f47dd"
"devDependencies": {
"@markuplint/ml-ast": "^1.3.0",
"@types/uuid": "^8.3.0"
},
"dependencies": {
"uuid": "^8.3.2"
},
"gitHead": "15e11fd74042d8b378387644d36cd882962a9ec8"
}

@@ -6,5 +6,9 @@ {

},
"references": [],
"references": [
{
"path": "../ml-ast"
}
],
"include": ["./src/**/*"],
"exclude": ["node_modules"]
}

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