New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

markuplint

Package Overview
Dependencies
Maintainers
1
Versions
293
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markuplint - npm Package Compare versions

Comparing version 0.8.0-alpha.3 to 0.8.0-alpha.4

4

lib/rule.d.ts

@@ -21,2 +21,6 @@ import { Document } from './parser';

}
export interface CustomRuleObject {
name: string;
verify(document: Document, config: RuleConfig, ruleset: Ruleset, locale: string): Promise<VerifyReturn[]>;
}
export default abstract class Rule<T = null, O = {}> {

@@ -23,0 +27,0 @@ readonly name: string;

2

package.json
{
"name": "markuplint",
"version": "0.8.0-alpha.3",
"version": "0.8.0-alpha.4",
"description": "HTML linter for legacy/modern HTML, Web Components, SVG, MathML, AMP HTML and more.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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