Socket
Socket
Sign inDemoInstall

randexp

Package Overview
Dependencies
2
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.8 to 0.4.9

4

lib/randexp.js

@@ -239,2 +239,6 @@ 'use strict';

var randexp;
if(typeof regexp === 'string') {
regexp = new RegExp(regexp, m);
}
if (regexp._randexp === undefined) {

@@ -241,0 +245,0 @@ randexp = new RandExp(regexp, m);

2

package.json

@@ -11,3 +11,3 @@ {

],
"version": "0.4.8",
"version": "0.4.9",
"homepage": "http://fent.github.io/randexp.js/",

@@ -14,0 +14,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