@double-great/remark-lint-alt-text
Advanced tools
Comparing version 0.7.0 to 1.0.0-beta.0
{ | ||
"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" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
5471
5
54
0
Yes
16
+ Added@double-great/alt-text@3.1.0(transitive)
+ Addedbail@2.0.2(transitive)
+ Addedemoji-regex@10.4.0(transitive)
+ Addedextend@3.0.2(transitive)
+ Addedis-buffer@2.0.5(transitive)
+ Addedis-plain-obj@4.1.0(transitive)
+ Addedtinyurl@1.1.7(transitive)
+ Addedtrough@2.2.0(transitive)
+ Addedunified@10.1.2(transitive)
+ Addedunified-lint-rule@2.1.2(transitive)
+ Addedunist-util-is@5.2.1(transitive)
+ Addedunist-util-stringify-position@3.0.3(transitive)
+ Addedunist-util-visit-parents@5.1.3(transitive)
+ Addedvfile@5.3.7(transitive)
+ Addedvfile-message@3.1.4(transitive)
- Removed@double-great/alt-text@0.6.0(transitive)
- Removedcli-git.io@1.0.1(transitive)
- Removedco@3.1.0(transitive)
- Removedemoji-regex@9.2.2(transitive)
- Removedsliced@1.0.1(transitive)
- Removedunified-lint-rule@1.0.6(transitive)
- Removedunist-util-is@4.1.0(transitive)
- Removedunist-util-visit-parents@3.1.1(transitive)
- Removedwrapped@1.0.1(transitive)
Updatedunified-lint-rule@^2.1.1