🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

nativemodels

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativemodels - npm Package Compare versions

Comparing version
2.3.0
to
2.3.1
+1
-1
customtypes/url.js
const regex = require('./regex');
const url = () => regex(/^(https?|ftp):\/\/(-\.)?([^\s/?.#-]+\.?)+(\/[^\s]*)?$/iu, 'url');
const url = () => regex(/^(https?|ftp):\/\/(-\.)?([^\s/?.#]+\.?)+(\/[^\s]*)?$/iu, 'url');
module.exports = url;

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

"eslint-config-prettier": "^3.0.1",
"eslint-plugin-jest": "^22.0.0",
"eslint-plugin-jest": "^22.1.3",
"husky": "^1.2.0",

@@ -51,3 +51,3 @@ "jest": "^23.6.0",

},
"version": "2.3.0"
"version": "2.3.1"
}