Socket
Socket
Sign inDemoInstall

@types/punycode

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/punycode - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

punycode/punycode.d.ts

6

punycode/package.json
{
"name": "@types/punycode",
"version": "2.1.3",
"version": "2.1.4",
"description": "TypeScript definitions for punycode",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/punycode",

"dependencies": {},
"typesPublisherContentHash": "58c6582c1a284269f8d79544a3d0b88418844c8bf9aaf7efb6d81367c2ada389",
"typeScriptVersion": "4.5"
"typesPublisherContentHash": "1d4747544d7678002e7a9fd9cebfdf0855ae01f837755dff4d1d422dcd79b8bf",
"typeScriptVersion": "4.6"
}

@@ -9,20 +9,5 @@ # Installation

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/punycode.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/punycode/index.d.ts)
````ts
export function decode(input: string): string;
export function encode(input: string): string;
export function toUnicode(input: string): string;
export function toASCII(input: string): string;
export namespace ucs2 {
function decode(string: string): number[];
function encode(array: readonly number[]): string;
}
export const version: string;
````
### Additional Details
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Last updated: Mon, 12 Feb 2024 17:35:19 GMT
* Dependencies: none

@@ -29,0 +14,0 @@

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