@types/node
Advanced tools
Comparing version 20.16.9 to 20.16.10
@@ -403,16 +403,2 @@ export {}; // Make this a module | ||
type TypedArray = | ||
| Uint8Array | ||
| Uint8ClampedArray | ||
| Uint16Array | ||
| Uint32Array | ||
| Int8Array | ||
| Int16Array | ||
| Int32Array | ||
| BigUint64Array | ||
| BigInt64Array | ||
| Float32Array | ||
| Float64Array; | ||
type ArrayBufferView = TypedArray | DataView; | ||
interface Require { | ||
@@ -419,0 +405,0 @@ (id: string): any; |
@@ -25,3 +25,3 @@ /** | ||
// NOTE: These definitions support NodeJS and TypeScript 4.9+. | ||
// NOTE: These definitions support NodeJS and TypeScript 5.7+. | ||
@@ -34,2 +34,6 @@ // Reference required types from the default lib: | ||
// Definitions specific to TypeScript 5.7+ | ||
/// <reference path="globals.typedarray.d.ts" /> | ||
/// <reference path="buffer.buffer.d.ts" /> | ||
// Base definitions for all NodeJS modules that are not specific to any version of TypeScript: | ||
@@ -36,0 +40,0 @@ /// <reference path="assert.d.ts" /> |
{ | ||
"name": "@types/node", | ||
"version": "20.16.9", | ||
"version": "20.16.10", | ||
"description": "TypeScript definitions for node", | ||
@@ -206,2 +206,9 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", | ||
"types": "index.d.ts", | ||
"typesVersions": { | ||
"<=5.6": { | ||
"*": [ | ||
"ts5.6/*" | ||
] | ||
} | ||
}, | ||
"repository": { | ||
@@ -216,4 +223,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "e16403d24c55ace9f5c3c86af9a611c05bbf11a18b2b31d77cfb8afb3868e988", | ||
"typesPublisherContentHash": "2f4c1b55d9201830070bc7c8dcc43b9c8024dc917c1ed90429ecdb7e50018259", | ||
"typeScriptVersion": "4.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 25 Sep 2024 22:07:42 GMT | ||
* Last updated: Fri, 27 Sep 2024 16:08:32 GMT | ||
* Dependencies: [undici-types](https://npmjs.com/package/undici-types) | ||
@@ -14,0 +14,0 @@ |
Sorry, the diff of this file is too big to display
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
2208590
63
48988