is-immutable-type
Advanced tools
Comparing version 1.2.1 to 1.2.2
# Changelog | ||
All notable changes to this project will be documented in this file. Dates are displayed in UTC. | ||
## [1.2.2](https://github.com/RebeccaStevens/is-immutable-type/compare/v1.2.1...v1.2.2) (2022-10-20) | ||
### Bug Fixes | ||
* detection of readonly modifier ([18070a8](https://github.com/RebeccaStevens/is-immutable-type/commit/18070a8319b2dd2cca7945e98e034f4decbe54ad)) | ||
## [1.2.1](https://github.com/RebeccaStevens/is-immutable-type/compare/v1.2.0...v1.2.1) (2022-10-19) | ||
@@ -5,0 +12,0 @@ |
{ | ||
"name": "is-immutable-type", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Check the immutability of TypeScript types", | ||
@@ -95,3 +95,3 @@ "keywords": [ | ||
"eslint-plugin-prettier": "4.2.1", | ||
"eslint-plugin-promise": "6.1.0", | ||
"eslint-plugin-promise": "6.1.1", | ||
"eslint-plugin-sonarjs": "0.16.0", | ||
@@ -98,0 +98,0 @@ "eslint-plugin-tsdoc": "0.2.17", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
82641
1294