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

scule

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scule - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

dist/index.d.ts

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

declare function isUppercase(char?: string): boolean;
declare function isUppercase(char?: string): boolean | null;
declare function splitByCase(str: string, splitters?: string[]): string[];

@@ -3,0 +3,0 @@ declare function upperFirst(str: string): string;

{
"name": "scule",
"version": "0.3.1",
"version": "0.3.2",
"description": "String case utils",

@@ -5,0 +5,0 @@ "repository": "unjs/scule",

@@ -71,2 +71,3 @@ # 🧵 Scule

- Splits when case changes from lower to upper or upper to lower
- Ignores numbers for case changes
- Case is preserved in returned value

@@ -73,0 +74,0 @@ - Is an irreversible function since splitters are omitted

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