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

cafe-utility

Package Overview
Dependencies
Maintainers
0
Versions
280
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cafe-utility - npm Package Compare versions

Comparing version 26.2.1 to 26.3.0

2

index.d.ts

@@ -172,2 +172,3 @@ type Indexable = number | string;

declare function slugify(string: string, shouldAllowToken?: (character: string) => boolean): string;
declare function normalForm(string: string): string;
declare function camelToTitle(string: string): string;

@@ -859,2 +860,3 @@ declare function slugToTitle(string: string): string;

slugify: typeof slugify;
normalForm: typeof normalForm;
enumify: typeof enumify;

@@ -861,0 +863,0 @@ escapeHtml: typeof escapeHtml;

2

package.json
{
"name": "cafe-utility",
"version": "26.2.1",
"version": "26.3.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is too big to display

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