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 0.7.0 to 1.0.0-beta.0

dist/index.d.ts

55

package.json
{
"name": "@double-great/remark-lint-alt-text",
"version": "0.7.0",
"version": "1.0.0-beta.0",
"description": "A remark-lint plugin that finds unhelpful or missing image alt text",
"main": "index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"lint": "eslint . --fix",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"pretest": "npm run lint",
"test": "jest",
"pretty-quick": "pretty-quick"
"pretty-quick": "pretty-quick",
"prepare": "husky install",
"prepublish": "tsc"
},

@@ -15,21 +19,24 @@ "author": "@double-great",

"dependencies": {
"@double-great/alt-text": "^0.6.0",
"unified-lint-rule": "^1.0.6",
"unist-util-visit-parents": "^3.1.1"
"@double-great/alt-text": "^3.0.0",
"unified-lint-rule": "^2.1.1",
"unist-util-visit-parents": "^5.1.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"@babel/preset-env": "^7.16.8",
"@babel/preset-typescript": "^7.16.7",
"@types/dedent": "^0.7.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"dedent": "^0.7.0",
"eslint": "^7.16.0",
"husky": "^4.3.6",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"remark": "^13.0.0"
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.3.0",
"husky": "^7.0.0",
"jest": "^27.4.7",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"remark": "^14.0.2",
"typescript": "^4.6.2"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"directories": {

@@ -51,3 +58,11 @@ "test": "tests"

},
"homepage": "https://github.com/double-great/remark-lint-alt-text#readme"
"homepage": "https://github.com/double-great/remark-lint-alt-text#readme",
"jest": {
"transformIgnorePatterns": [
"!node_modules/"
],
"moduleNameMapper": {
"^../index.js$": "<rootDir>/index.ts"
}
}
}
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