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

@double-great/remark-lint-alt-text

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@double-great/remark-lint-alt-text - npm Package Compare versions

Comparing version 1.0.0-beta.1 to 1.0.0-beta.2

2

dist/index.js

@@ -6,3 +6,3 @@ import { lintRule } from "unified-lint-rule";

const checkAltText = lintRule("remark-lint:alt-text", (tree, file, options) => {
options = Object.assign({ defaultConfig }, options);
options = Object.assign(Object.assign({}, defaultConfig), options);
const textToNodes = {};

@@ -9,0 +9,0 @@ let imageIsLink = false;

{
"name": "@double-great/remark-lint-alt-text",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "A remark-lint plugin that finds unhelpful or missing image alt text",

@@ -5,0 +5,0 @@ "main": "dist/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