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 3.0.0-canary.5 to 3.0.0-dev.24

lib/get-space-before-attr-name.d.ts

13

lib/ignore-block.js

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

function restoreNode(nodeList, ignoreBlock) {
var _a, _b, _c, _d;
nodeList = nodeList.slice();

@@ -102,2 +103,8 @@ const { source, stack, maskChar } = ignoreBlock;

};
if ((_a = node.prevNode) === null || _a === void 0 ? void 0 : _a.nextNode) {
node.prevNode.nextNode = textNode;
}
if ((_b = node.nextNode) === null || _b === void 0 ? void 0 : _b.prevNode) {
node.nextNode.prevNode = textNode;
}
insertList.push(textNode);

@@ -125,2 +132,8 @@ }

};
if ((_c = node.prevNode) === null || _c === void 0 ? void 0 : _c.nextNode) {
node.prevNode.nextNode = bodyNode;
}
if ((_d = node.nextNode) === null || _d === void 0 ? void 0 : _d.prevNode) {
node.nextNode.prevNode = bodyNode;
}
insertList.push(bodyNode);

@@ -127,0 +140,0 @@ }

17

package.json
{
"name": "@markuplint/parser-utils",
"version": "3.0.0-canary.5+382d1365",
"version": "3.0.0-dev.24+f55f5eff",
"description": "Utility module for markuplint parser plugin",

@@ -19,11 +19,14 @@ "repository": "git@github.com:markuplint/markuplint.git",

"devDependencies": {
"@types/uuid": "^8.3.4"
"@types/uuid": "^9.0.0"
},
"dependencies": {
"@markuplint/ml-ast": "3.0.0-canary.69+382d1365",
"@markuplint/types": "3.0.0-canary.5+382d1365",
"tslib": "^2.4.0",
"uuid": "8"
"@markuplint/ml-ast": "3.0.0-rc.0",
"@markuplint/types": "3.0.0-dev.24+f55f5eff",
"tslib": "^2.4.1",
"uuid": "^9.0.0"
},
"gitHead": "382d13653071bd02210d5430403d1a87c840398c"
"peerDependencies": {
"@markuplint/ml-core": "3.x"
},
"gitHead": "f55f5eff289296feba26f20b0c085e0528c80ac4"
}

@@ -12,3 +12,3 @@ # @markuplint/parser-utils

```sh
```shell
$ npm install @markuplint/parser-utils

@@ -15,0 +15,0 @@

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