nv-random-empty 1.0.5 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -10,6 +10,7 @@ const V = [
10
10
  ()=>new String(''),
11
11
  ()=>new Boolean(false),
12
12
  ()=>new Date(NaN),
13
+ ()=>new RegExp("^$"),
13
14
  ////
14
15
  ()=> {
15
16
  let u8a = new Uint8Array(0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nv-random-empty",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "dependencies": {