@types/punycode
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -8,5 +8,5 @@ export function decode(input: string): string; | ||
function decode(string: string): number[]; | ||
function encode(array: ReadonlyArray<number>): string; | ||
function encode(array: readonly number[]): string; | ||
} | ||
export const version: string; |
{ | ||
"name": "@types/punycode", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "TypeScript definitions for punycode", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/punycode", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "3389d304bc04641c4f0ae80086e5e155cfdd1b9264c8c9a2a9cf6afc0d3c7d0d", | ||
"typesPublisherContentHash": "58c6582c1a284269f8d79544a3d0b88418844c8bf9aaf7efb6d81367c2ada389", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -18,3 +18,3 @@ # Installation | ||
function decode(string: string): number[]; | ||
function encode(array: ReadonlyArray<number>): string; | ||
function encode(array: readonly number[]): string; | ||
} | ||
@@ -27,3 +27,3 @@ | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: none | ||
@@ -30,0 +30,0 @@ |
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
3225