🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@types/langs

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/langs - npm Package Compare versions

Comparing version

to
2.0.2

12

langs/index.d.ts

@@ -7,3 +7,3 @@ // Type definitions for langs 2.0

declare namespace langs {
type Type = 1 | 2 | 3 | '1' | '2' | '2T' | '2B' | '3';
type Type = 1 | 2 | 3 | "1" | "2" | "2T" | "2B" | "3";

@@ -13,7 +13,7 @@ interface Language {

local: string;
'1': string;
'2': string;
'2T': string;
'2B': string;
'3': string;
"1": string;
"2": string;
"2T": string;
"2B": string;
"3": string;
}

@@ -20,0 +20,0 @@

{
"name": "@types/langs",
"version": "2.0.1",
"version": "2.0.2",
"description": "TypeScript definitions for langs",

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

"dependencies": {},
"typesPublisherContentHash": "85ed7c303e872367f16fc9881db8c66890bdacb0c06c7c4e05164825866a4a80",
"typeScriptVersion": "3.7"
"typesPublisherContentHash": "7b28b3b67097b7f1f8cb1c8b8f9c2e629d92044eef31017751e04209898169e8",
"typeScriptVersion": "4.3"
}

@@ -17,3 +17,3 @@ # Installation

declare namespace langs {
type Type = 1 | 2 | 3 | '1' | '2' | '2T' | '2B' | '3';
type Type = 1 | 2 | 3 | "1" | "2" | "2T" | "2B" | "3";

@@ -23,7 +23,7 @@ interface Language {

local: string;
'1': string;
'2': string;
'2T': string;
'2B': string;
'3': string;
"1": string;
"2": string;
"2T": string;
"2B": string;
"3": string;
}

@@ -46,3 +46,3 @@

### Additional Details
* Last updated: Sat, 02 Oct 2021 23:01:19 GMT
* Last updated: Wed, 30 Aug 2023 19:34:49 GMT
* Dependencies: none

@@ -49,0 +49,0 @@ * Global values: none