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
229
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 1.0.0-alpha.22 to 1.0.0-alpha.23

3

lib/permitted-contents/index.js

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

var unfold_content_models_to_tags_1 = __importDefault(require("./unfold-content-models-to-tags"));
var expMapOnNodeId = new Map();
exports.default = ml_core_1.createRule({

@@ -164,2 +165,3 @@ name: 'permitted-contents',

_a.sent();
expMapOnNodeId.clear();
return [2 /*return*/, reports];

@@ -174,3 +176,2 @@ }

}
var expMapOnNodeId = new Map();
function getRegExpFromNode(node, expGen) {

@@ -177,0 +178,0 @@ // console.log({ n: node.nodeName });

{
"name": "@markuplint/rules",
"version": "1.0.0-alpha.22",
"version": "1.0.0-alpha.23",
"description": "Rules for markuplint",

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

"dependencies": {
"@markuplint/html-ls": "^1.0.0-alpha.14",
"@markuplint/ml-spec": "^1.0.0-alpha.6"
"@markuplint/html-ls": "^1.0.0-alpha.15",
"@markuplint/ml-spec": "^1.0.0-alpha.7"
},
"devDependencies": {
"@markuplint/ml-core": "^1.0.0-alpha.17"
"@markuplint/ml-core": "^1.0.0-alpha.18"
},
"gitHead": "465ee42717d5f9007358c116f09398a2b08cf73e"
"gitHead": "1fc0fe8bfba06ae9d22c2bc2ae6059584b35dd95"
}

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