eslint-import-resolver-typescript
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [2.2.1](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v2.2.0...v2.2.1) (2020-08-14) | ||
### Bug Fixes | ||
* replace postintall with prepare - fix [#54](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues/54) ([f3ffd16](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/commit/f3ffd16b93ba12c6cc0f4902efb7c14d021bd02e)) | ||
## [2.2.0](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v2.1.0...v2.2.0) (2020-07-30) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "eslint-import-resolver-typescript", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "TypeScript .ts .tsx module resolver for `eslint-plugin-import`.", | ||
@@ -36,3 +36,3 @@ "repository": "https://github.com/alexgorbatchev/eslint-import-resolver-typescript", | ||
"lint:tsc": "tsc --incremental false --noEmit", | ||
"postinstall": "yarn-deduplicate || exit 0", | ||
"prepare": "yarn-deduplicate || exit 0", | ||
"prepublishOnly": "yarn build", | ||
@@ -39,0 +39,0 @@ "pretest": "r", |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
214582
0