Socket
Socket
Sign inDemoInstall

@js-bits/typedef-utils

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

notsupported.d.ts

12

package.json
{
"name": "@js-bits/typedef-utils",
"version": "1.0.1",
"version": "1.0.2",
"description": "Utility types for TypeScript",

@@ -26,6 +26,11 @@ "keywords": [

"typesVersions": {
"*": {
">=4.8": {
"*": [
"./dist/*"
]
},
"*": {
"*": [
"notsupported.d.ts"
]
}

@@ -51,3 +56,4 @@ },

"typedoc": "^0.24.7",
"typedoc-plugin-markdown": "^3.15.3"
"typedoc-plugin-markdown": "^3.15.3",
"typescript": "^4.8.4"
},

@@ -54,0 +60,0 @@ "engines": {

@@ -57,1 +57,5 @@ # Utility types for TypeScript

- [Tuple utilities](docs/modules/tuple.md)
## Notes
- Requires TypeScript 4.8+

@@ -8,5 +8,5 @@ {

"forceConsistentCasingInFileNames": true,
"lib": ["es5", "es6", "es2015", "es7", "es2016", "es2017", "es2018", "es2019", "es2020", "es2021", "es2022", "DOM"]
"lib": ["es5", "es6", "es2015", "es7", "es2016", "es2017", "es2018", "es2019", "es2020"]
},
"exclude": ["node_modules", "dist", "docs"]
"exclude": ["node_modules", "dist", "docs", "notsupported.d.ts"]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc