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.2.0 to 1.2.1

8

lib/tag-splitter.d.ts
export interface N {
type: 'text' | 'starttag' | 'endtag' | 'comment' | 'boguscomment';
raw: string;
line: number;
col: number;
type: 'text' | 'starttag' | 'endtag' | 'comment' | 'boguscomment';
raw: string;
line: number;
col: number;
}
export default function tagSplitter(raw: string, line: number, col: number): N[];
{
"name": "@markuplint/parser-utils",
"version": "1.2.0",
"version": "1.2.1",
"description": "Utility module for markuplint parser plugin",

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

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

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