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

idea-toolbox

Package Overview
Dependencies
Maintainers
1
Versions
377
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idea-toolbox - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

5

index.js

@@ -268,5 +268,6 @@ 'use strict';

* @param {*} str the string to clean
* @param {*} separator separator char
*/
function cleanStr(str) {
return (str || '').toLowerCase().replace(/[^a-zA-Z0-9]+/g, '-');
function cleanStr(str, separator) {
return (str || '').toLowerCase().replace(/[^a-zA-Z0-9]+/g, separator || '');
}

2

package.json
{
"name": "idea-toolbox",
"version": "0.5.0",
"version": "0.5.1",
"description": "IDEA's utility functions",

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

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