@types/node
Advanced tools
Comparing version 18.19.53 to 18.19.54
@@ -377,16 +377,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 { | ||
@@ -393,0 +379,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": "18.19.53", | ||
"version": "18.19.54", | ||
"description": "TypeScript definitions for node", | ||
@@ -211,2 +211,9 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", | ||
"types": "index.d.ts", | ||
"typesVersions": { | ||
"<=5.6": { | ||
"*": [ | ||
"ts5.6/*" | ||
] | ||
} | ||
}, | ||
"repository": { | ||
@@ -221,4 +228,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "41ccfad405961eeef1c4165ac01bdba89d0475d6fea7f5e076f48beb5c684d84", | ||
"typesPublisherContentHash": "bea54c170156d9ba2d77f5dbea932b3253490df23e85adb64dda0ae7e7efb496", | ||
"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
2024622
62
45336