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 1.0.0-alpha.14 to 1.0.0-alpha.15

2

lib/permitted-contents/index.js

@@ -282,3 +282,3 @@ "use strict";

}
return !!result;
return true;
}

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

var selectors = unfold_content_models_to_tags_1.default(name_1);
var counter_1 = this_1._idCounter++;
selectors.forEach(function (selector) {

@@ -185,3 +186,3 @@ if (selector === '#custom') {

// ACM = Attributes by comtent model
var exp = "(?<ACM_" + _this._id + "_" + name_1.slice(1) + "_" + tagName + "><" + tagName + ">)";
var exp = "(?<ACM_" + _this._id + counter_1 + "_" + name_1.slice(1) + "_" + tagName + "><" + tagName + ">)";
tagList.add(exp);

@@ -198,2 +199,3 @@ return;

};
var this_1 = this;
for (var _i = 0, list_1 = list; _i < list_1.length; _i++) {

@@ -200,0 +202,0 @@ var name_1 = list_1[_i];

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

@@ -25,3 +25,3 @@ "repository": "git@github.com:markuplint/markuplint.git",

},
"gitHead": "81b3d6bf0e833f0e79c4f65a32203136de6edd23"
"gitHead": "234c94d0083045c5ae3fa54bfc52cb40b364eefd"
}

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