Socket
Socket
Sign inDemoInstall

lower-case

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

2

lower-case.d.ts

@@ -1,3 +0,3 @@

declare function lowerCase (value: string, locale: string): string;
declare function lowerCase (value: string, locale?: string): string;
export = lowerCase;
{
"name": "lower-case",
"version": "1.1.3",
"version": "1.1.4",
"description": "Lowercase a string",

@@ -5,0 +5,0 @@ "main": "lower-case.js",

@@ -27,3 +27,3 @@ # Lower Case

upperCase({ toString: function () { return 'TEST' } }) //=> "test"
lowerCase({ toString: function () { return 'TEST' } }) //=> "test"
```

@@ -30,0 +30,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc