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

eslint-plugin-yml

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-yml - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

4

lib/utils/index.js

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

const debug_1 = __importDefault(require("debug"));
const path_1 = __importDefault(require("path"));
const log = debug_1.default("eslint-plugin-yml:utils/index");

@@ -35,3 +36,4 @@ function createRule(ruleName, rule) {

if (typeof context.parserServices.defineCustomBlocksVisitor ===
"function") {
"function" &&
path_1.default.extname(context.getFilename()) === ".vue") {
return context.parserServices.defineCustomBlocksVisitor(context, yamlESLintParser, {

@@ -38,0 +40,0 @@ target: ["yaml", "yml"],

{
"name": "eslint-plugin-yml",
"version": "0.6.1",
"version": "0.6.2",
"description": "This ESLint plugin provides linting rules for YAML.",

@@ -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