Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@linthtml/core

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@linthtml/core - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

4

dist/package.json
{
"name": "@linthtml/core",
"version": "0.10.0",
"version": "0.10.1",
"description": "LintHTML core package",

@@ -75,5 +75,5 @@ "author": "BenjaminJ <kamikillerto@gmail.com>",

},
"gitHead": "aee97bee277f339bb909bb1100a11639b89c1960",
"gitHead": "1551b5c46adabf438a4fd4611d52206df30c4e97",
"module": "./src/index.js",
"main": "./src/index.js"
}
// Export an array of all rules.
import path from "path";
import { fileURLToPath } from "url";
import { fileURLToPath, pathToFileURL } from "url";
import { globbySync } from "globby";

@@ -11,4 +11,4 @@ const __filename = fileURLToPath(import.meta.url);

});
const rulesExport = await Promise.all(rules_path.map((path) => import(path)));
const rulesExport = await Promise.all(rules_path.map((path) => import(pathToFileURL(path).toString())));
// eslint-disable-next-line @typescript-eslint/no-unsafe-return, @typescript-eslint/no-unsafe-member-access
export default Object.values(rulesExport).map((rule) => { var _a, _b; return (_b = (_a = rule === null || rule === void 0 ? void 0 : rule.index) === null || _a === void 0 ? void 0 : _a.default) !== null && _b !== void 0 ? _b : rule.default; });
{
"name": "@linthtml/core",
"version": "0.10.0",
"version": "0.10.1",
"description": "LintHTML core package",

@@ -75,3 +75,3 @@ "author": "BenjaminJ <kamikillerto@gmail.com>",

},
"gitHead": "aee97bee277f339bb909bb1100a11639b89c1960"
"gitHead": "1551b5c46adabf438a4fd4611d52206df30c4e97"
}
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