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.4.3 to 241.4.4

5

_.util.strings.js

@@ -104,2 +104,7 @@ // lodash-contrib (lodash.util.strings.js 0.0.1)

.replace(/^./, function(str){ return str.toUpperCase(); });
},
stripTags: function (suspectString) {
var str = suspectString.replace(/<\/?[^<>]*>/gi, '');
return str;
}

@@ -106,0 +111,0 @@

2

package.json
{
"name": "lodash-contrib",
"description": "The brass buckles on lodash's utility belt",
"version": "241.4.3",
"version": "241.4.4",
"main": "index.js",

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

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