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 2.0.0-rc.5 to 2.0.0-rc.6

lib/parser-error.d.ts

1

lib/index.d.ts

@@ -9,1 +9,2 @@ export * from './decision';

export * from './debugger';
export * from './parser-error';

@@ -12,1 +12,2 @@ "use strict";

(0, tslib_1.__exportStar)(require("./debugger"), exports);
(0, tslib_1.__exportStar)(require("./parser-error"), exports);

8

package.json
{
"name": "@markuplint/parser-utils",
"version": "2.0.0-rc.5",
"version": "2.0.0-rc.6",
"description": "Utility module for markuplint parser plugin",

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

"dependencies": {
"@markuplint/ml-ast": "2.0.0-rc.5",
"@markuplint/types": "2.0.0-rc.5",
"@markuplint/ml-ast": "2.0.0-rc.6",
"@markuplint/types": "2.0.0-rc.6",
"tslib": "^2.3.1",
"uuid": "^8.3.2"
},
"gitHead": "6faa4e54f16d3700d23953330abea89ccb9d6150"
"gitHead": "7c93367a86f935f6b94780b1fa14f3293f900b87"
}

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