🚀 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.1

2

langs/index.d.ts

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

codes: (type: Type) => string[];
names: (local: boolean) => string[];
names: (local?: boolean) => string[];
where: (type: Type, val: string) => Language | undefined;

@@ -26,0 +26,0 @@ }

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

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

"dependencies": {},
"typesPublisherContentHash": "5d90ecbf49f58bbd3adcedf155cdeda085ac3892e4b8e8cbe7dc3aba9f3e9384",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "85ed7c303e872367f16fc9881db8c66890bdacb0c06c7c4e05164825866a4a80",
"typeScriptVersion": "3.7"
}

@@ -33,3 +33,3 @@ # Installation

codes: (type: Type) => string[];
names: (local: boolean) => string[];
names: (local?: boolean) => string[];
where: (type: Type, val: string) => Language | undefined;

@@ -45,3 +45,3 @@ }

### Additional Details
* Last updated: Sun, 30 May 2021 15:31:20 GMT
* Last updated: Sat, 02 Oct 2021 23:01:19 GMT
* Dependencies: none

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