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

@markuplint/rules

Package Overview
Dependencies
Maintainers
1
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/rules - npm Package Compare versions

Comparing version 4.0.0-dev.0 to 4.0.0-dev.10

4

lib/permitted-contents/debug.browser.d.ts

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

/// <reference types="debug" />
export declare const cmLog: import("debug").Debugger;
import type { Log } from '../debug.js';
export declare const cmLog: Log;
export declare const bgGreen: {

@@ -4,0 +4,0 @@ (): void;

@@ -1,4 +0,4 @@

/// <reference types="debug" />
import type { Log } from '../debug.js';
import color from 'ansi-colors';
export declare const cmLog: import("debug").Debugger;
export declare const cmLog: Log;
export declare const bgGreen: color.StyleFunction;

@@ -5,0 +5,0 @@ export declare const green: color.StyleFunction;

{
"name": "@markuplint/rules",
"version": "4.0.0-dev.0+7c596917",
"version": "4.0.0-dev.10+b28398ab",
"description": "Built-in rules of markuplint",

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

"dependencies": {
"@markuplint/html-spec": "4.0.0-dev.0+7c596917",
"@markuplint/ml-core": "4.0.0-dev.0+7c596917",
"@markuplint/ml-spec": "4.0.0-dev.0+7c596917",
"@markuplint/selector": "4.0.0-dev.0+7c596917",
"@markuplint/shared": "4.0.0-dev.0+7c596917",
"@markuplint/types": "4.0.0-dev.0+7c596917",
"@markuplint/html-spec": "4.0.0-dev.10+b28398ab",
"@markuplint/ml-core": "4.0.0-dev.10+b28398ab",
"@markuplint/ml-spec": "4.0.0-dev.10+b28398ab",
"@markuplint/selector": "4.0.0-dev.10+b28398ab",
"@markuplint/shared": "4.0.0-dev.10+b28398ab",
"@markuplint/types": "4.0.0-dev.10+b28398ab",
"@types/debug": "^4.1.12",

@@ -40,5 +40,5 @@ "@ungap/structured-clone": "^1.2.0",

"debug": "^4.3.4",
"type-fest": "^4.8.2"
"type-fest": "^4.8.3"
},
"gitHead": "7c59691701465a0fb3a4b69187318e8033c463d4"
"gitHead": "b28398ab9c8f0ad790f2915ad5da8f3a80e9b8d6"
}
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