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

cld

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cld - npm Package Compare versions

Comparing version 2.8.2 to 2.8.3

4

index.d.ts

@@ -14,3 +14,3 @@ interface Language {

interface Options {
readonly isHTML: false;
readonly isHTML: boolean;
readonly languageHint: string;

@@ -32,2 +32,2 @@ readonly encodingHint: string;

declare function detect(text: string): Promise<DetectLanguage>;
}
}

@@ -11,3 +11,3 @@ {

],
"version": "2.8.2",
"version": "2.8.3",
"main": "./index.js",

@@ -14,0 +14,0 @@ "types": "./index.d.ts",

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