Socket
Socket
Sign inDemoInstall

is-immutable-type

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-immutable-type - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

8

CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
## [1.2.4](https://github.com/RebeccaStevens/is-immutable-type/compare/v1.2.3...v1.2.4) (2023-02-02)
### Bug Fixes
* improve calculation of immutability involving intersections ([2d86f3d](https://github.com/RebeccaStevens/is-immutable-type/commit/2d86f3dae7ef3540b3ad42c08e45c67b4aa4ab33)), closes [#40](https://github.com/RebeccaStevens/is-immutable-type/issues/40)
* increase the list of default overrides ([7dacc68](https://github.com/RebeccaStevens/is-immutable-type/commit/7dacc681eb2435cd9b36b24cae4df1366c3d0e0a)), closes [#41](https://github.com/RebeccaStevens/is-immutable-type/issues/41)
## [1.2.3](https://github.com/RebeccaStevens/is-immutable-type/compare/v1.2.2...v1.2.3) (2022-11-11)

@@ -5,0 +13,0 @@

79

package.json
{
"name": "is-immutable-type",
"version": "1.2.3",
"version": "1.2.4",
"description": "Check the immutability of TypeScript types",

@@ -59,34 +59,34 @@ "keywords": [

"devDependencies": {
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"@commitlint/cli": "17.4.2",
"@commitlint/config-conventional": "17.4.2",
"@cspell/dict-cryptocurrencies": "3.0.1",
"@rebeccastevens/eslint-config": "1.3.22",
"@rollup/plugin-json": "5.0.1",
"@rebeccastevens/eslint-config": "1.5.0",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-typescript": "9.0.2",
"@semantic-release/changelog": "6.0.1",
"@rollup/plugin-typescript": "11.0.0",
"@semantic-release/changelog": "6.0.2",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.6",
"@semantic-release/npm": "9.0.1",
"@semantic-release/github": "8.0.7",
"@semantic-release/npm": "9.0.2",
"@semantic-release/release-notes-generator": "10.0.3",
"@types/node": "18.11.9",
"@types/node": "18.11.18",
"@types/rollup-plugin-auto-external": "2.0.2",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"@typescript-eslint/type-utils": "5.42.1",
"@typescript-eslint/utils": "5.42.1",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"@typescript-eslint/type-utils": "5.50.0",
"@typescript-eslint/utils": "5.50.0",
"@typescript/vfs": "1.4.0",
"ava": "5.0.1",
"ava": "5.1.1",
"c8": "7.12.0",
"commitizen": "4.2.5",
"cspell": "6.14.1",
"eslint": "8.27.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-ava": "13.2.0",
"commitizen": "4.3.0",
"cspell": "6.20.1",
"eslint": "8.33.0",
"eslint-config-prettier": "8.6.0",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-ava": "14.0.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-functional": "4.4.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "39.6.2",
"eslint-plugin-functional": "5.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "39.7.5",
"eslint-plugin-markdown": "3.0.0",

@@ -97,21 +97,20 @@ "eslint-plugin-node": "11.1.0",

"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.16.0",
"eslint-plugin-tsdoc": "0.2.17",
"eslint-plugin-unicorn": "44.0.2",
"husky": "8.0.2",
"lint-staged": "13.0.3",
"markdownlint-cli": "0.32.2",
"marked": "4.2.2",
"prettier": "2.7.1",
"prettier-plugin-packagejson": "2.3.0",
"rimraf": "3.0.2",
"rollup": "3.2.5",
"eslint-plugin-sonarjs": "0.18.0",
"eslint-plugin-unicorn": "45.0.2",
"husky": "8.0.3",
"lint-staged": "13.1.0",
"markdownlint-cli": "0.33.0",
"marked": "4.2.12",
"prettier": "2.8.3",
"prettier-plugin-packagejson": "2.4.2",
"rimraf": "4.1.2",
"rollup": "3.12.1",
"rollup-plugin-auto-external": "2.0.0",
"rollup-plugin-dts": "5.0.0",
"rollup-plugin-dts": "5.1.1",
"rollup-plugin-unassert": "0.5.0",
"semantic-release": "19.0.5",
"semantic-release": "20.1.0",
"ts-node": "10.9.1",
"ts-paths-esm-loader": "1.3.2",
"tslib": "2.4.1",
"typescript": "4.8.4"
"tslib": "2.5.0",
"typescript": "4.9.5"
},

@@ -123,3 +122,3 @@ "peerDependencies": {

},
"packageManager": "yarn@3.2.4"
"packageManager": "yarn@3.4.1"
}

@@ -108,5 +108,11 @@ <div align="center">

By default the types `Map` and `Set` are overridden to be `Mutable`.
By default the following types are overridden to be `Mutable`:
If you know of any other internally defined TypeScript types that need to be
- `Map`
- `Set`
- `Date`
- `URL`
- `URLSearchParams`
If you know of any other TypeScript types that need to be
overridden, please open an issue.

@@ -113,0 +119,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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