Socket
Socket
Sign inDemoInstall

randexp

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

randexp - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

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);

4

package.json

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

],
"version": "0.5.1",
"version": "0.5.2",
"homepage": "http://fent.github.io/randexp.js/",

@@ -35,3 +35,3 @@ "repository": {

"devDependencies": {
"browserify": "^15.2.0",
"browserify": "^16.1.0",
"gulp": "^3.9.0",

@@ -38,0 +38,0 @@ "gulp-header": "^2.0.1",

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