json-schema-faker
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -14,3 +14,3 @@ 'use strict'; | ||
var regexps = { | ||
email: '[a-zA-Z\\d][a-zA-Z\\d.-]{1,13}[a-zA-Z\\d]@{hostname}', | ||
email: '[a-zA-Z\\d][a-zA-Z\\d-]{1,13}[a-zA-Z\\d]@{hostname}', | ||
hostname: '[a-zA-Z]{1,33}\\.[a-z]{2,4}', | ||
@@ -17,0 +17,0 @@ ipv6: '[abcdef\\d]{4}(:[abcdef\\d]{4}){7}', |
{ | ||
"name": "json-schema-faker", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "JSON-Schema + Faker", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16835