New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

emojify-lyrics

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emojify-lyrics - npm Package Compare versions

Comparing version 1.5.3 to 1.5.4

3

dist/src/emojify.d.ts

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

interface EmojifyOptions {
export interface EmojifyOptions {
replace?: boolean;

@@ -9,2 +9,1 @@ replaceChance?: number;

export declare function emojify(inputText: string, { replace, replaceChance, tripleCooldown, tripleChance, multimojiChance, }?: EmojifyOptions): string;
export {};
{
"name": "emojify-lyrics",
"version": "1.5.3",
"version": "1.5.4",
"description": "Making the world a :slight_smile: place",

@@ -28,16 +28,16 @@ "main": "dist/index.js",

"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-prettier": "^0.0.0-empty",
"fs-extra": "^10.0.1",
"fs-extra": "^10.1.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
"lint-staged": "^12.3.5",
"lint-staged": "^12.3.8",
"pinst": "^3.0.0",
"prettier": "^2.5.1",
"ts-jest": "^27.1.3",
"typescript": "^4.6.2"
"prettier": "^2.6.2",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
},

@@ -44,0 +44,0 @@ "husky": {

@@ -9,3 +9,3 @@ import emojiOverridesJson from './overrides.json';

interface EmojifyOptions {
export interface EmojifyOptions {
replace?: boolean;

@@ -12,0 +12,0 @@ /* Chance of replacing words with emojis when replace is enabled. 1 means always 0 means never. */

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