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.2 to 2.1.3

2

punycode/index.d.ts

@@ -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 @@

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