You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
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.3

5

langs/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for langs 2.0
// Project: https://github.com/adlawson/langs.js#readme
// Definitions by: Orgad Shaneh <https://github.com/orgads>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare namespace langs {

@@ -7,0 +2,0 @@ type Type = 1 | 2 | 3 | "1" | "2" | "2T" | "2B" | "3";

10

langs/package.json
{
"name": "@types/langs",
"version": "2.0.2",
"version": "2.0.3",
"description": "TypeScript definitions for langs",

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

"name": "Orgad Shaneh",
"url": "https://github.com/orgads",
"githubUsername": "orgads"
"githubUsername": "orgads",
"url": "https://github.com/orgads"
}

@@ -24,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "7b28b3b67097b7f1f8cb1c8b8f9c2e629d92044eef31017751e04209898169e8",
"typeScriptVersion": "4.3"
"typesPublisherContentHash": "6fae3a2cffc36922ebac302cd904848f226008f52f6ca898c1c988430e43f262",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,2 @@ # Installation

````ts
// Type definitions for langs 2.0
// Project: https://github.com/adlawson/langs.js#readme
// Definitions by: Orgad Shaneh <https://github.com/orgads>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare namespace langs {

@@ -45,7 +40,6 @@ type Type = 1 | 2 | 3 | "1" | "2" | "2T" | "2B" | "3";

### Additional Details
* Last updated: Wed, 30 Aug 2023 19:34:49 GMT
* Last updated: Wed, 18 Oct 2023 05:47:07 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Orgad Shaneh](https://github.com/orgads).