Socket
Socket
Sign inDemoInstall

regexbuddy

Package Overview
Dependencies
0
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.9 to 0.0.10

3

bin/index.js
export const filterValues = (...input) => {
// In case an expression is not passed in, set a default one for the time being
if (input.length < 2) input.push(/[a-cA-c]+/);
const myRe = new RegExp(input[1]);
if (input.length < 2) input.push(/[a-cA-c]+/);
if (typeof input[0] !== 'string') input = input[0];

@@ -5,0 +6,0 @@ const regexBuddyResult = input.filter(item => {

{
"name": "regexbuddy",
"version": "0.0.9",
"version": "0.0.10",
"description": "Implement regex expressions in JavaScript",

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

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