Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/rtl-detect

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/rtl-detect - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

rtl-detect/index.d.ts

@@ -1,7 +0,2 @@

// Type definitions for rtl-detect 1.0
// Project: https://github.com/shadiabuhilal/rtl-detect
// Definitions by: imprevo <https://github.com/imprevo>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export function getLangDir(strLocale: string): "ltr" | "rtl";
export function isRtlLang(strLocale: string): boolean | undefined;

8

rtl-detect/package.json
{
"name": "@types/rtl-detect",
"version": "1.0.1",
"version": "1.0.2",
"description": "TypeScript definitions for rtl-detect",

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

"name": "imprevo",
"url": "https://github.com/imprevo",
"githubUsername": "imprevo"
"githubUsername": "imprevo",
"url": "https://github.com/imprevo"
}

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

"dependencies": {},
"typesPublisherContentHash": "e01e5f62d146cfc061d10a549e2ff46602b7df31f458f23a6dae2def5312f144",
"typesPublisherContentHash": "23a8163ec0281c46b581a14a5f1b4b8304d1a9eb3a08706221bf58b01bc23660",
"typeScriptVersion": "4.5"
}

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

````ts
// Type definitions for rtl-detect 1.0
// Project: https://github.com/shadiabuhilal/rtl-detect
// Definitions by: imprevo <https://github.com/imprevo>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export function getLangDir(strLocale: string): "ltr" | "rtl";

@@ -23,7 +18,6 @@ export function isRtlLang(strLocale: string): boolean | undefined;

### Additional Details
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [imprevo](https://github.com/imprevo).
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