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

@bonfida/emojis

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bonfida/emojis - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

dist/findLang.d.ts
import { Language } from "./types/language";
export declare const CYRILLIC_LIKE_DIGITS: {
cyrillic: string;
digit: number;
}[];
export declare const _findLang: (x: string) => Language;
export declare const langEnumToStr: (x: Language) => "English" | "Cyrillic" | "Japanese" | "Chinese" | "Emoji" | "Korean" | "Arabic";
export declare const findLang: (str: string) => Language;

2

package.json
{
"name": "@bonfida/emojis",
"version": "1.0.2",
"version": "1.0.3",
"main": "./dist/index.cjs",

@@ -5,0 +5,0 @@ "module": "./dist/index.mjs",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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