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

lodash-contrib

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lodash-contrib - npm Package Compare versions

Comparing version 241.3.0 to 241.3.1

2

_.util.strings.js

@@ -69,2 +69,4 @@ // lodash-contrib (lodash.util.strings.js 0.0.1)

return slugish
// Replace _ with a space
.replace(/_/g, ' ')
// insert a space between lower & upper

@@ -71,0 +73,0 @@ .replace(/([a-z])([A-Z])/g, '$1 $2')

2

package.json
{
"name": "lodash-contrib",
"version": "241.3.0",
"version": "241.3.1",
"main": "index.js",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -47,3 +47,4 @@

equal(_.humanize("LastUpdateDateInt"), "Last Update Date Int");
equal(_.humanize("LastUpdate_date_IntHTML"), "Last Update date Int HTML");
});
});
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