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

eslint-import-resolver-typescript

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-import-resolver-typescript - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

7

CHANGELOG.md

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

4

package.json
{
"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",

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