@tspower/regexpr
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -0,0 +0,0 @@ export declare const email: RegExp; |
@@ -8,3 +8,4 @@ "use strict"; | ||
exports.integer = /^\d+$/; | ||
exports.float = /[+-]?([0-9]*[.])?[0-9]+/; | ||
//export const float= /[+-]?([0-9]*[.])?[0-9]+/; | ||
exports.float = /^[+-]?([0-9]+([.][0-9]*)?|[.][0-9]+)$/; | ||
exports.negative = /^-\d*\.?\d+$/; | ||
@@ -11,0 +12,0 @@ exports.genericPhoneNumber = /(^[0-9\/\\]*)$/; |
{ | ||
"name": "@tspower/regexpr", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "A regexpr collection", | ||
@@ -18,3 +18,4 @@ "main": "./lib/regexpr.js", | ||
"build-watch": "tsc --watch", | ||
"test-only": "mocha --require ts-node/register test/**/*.ts", | ||
"test-console": "mocha --require ts-node/register test/**/*.ts", | ||
"test-only": "mocha --require ts-node/register test/**/*.ts --reporter mocha-junit-reporter", | ||
"pretest": "npm run build", | ||
@@ -31,9 +32,10 @@ "test": "npm run test-only", | ||
"devDependencies": { | ||
"@types/chai": "^4.1.6", | ||
"@types/mocha": "^5.2.5", | ||
"@types/chai": "^4.2.0", | ||
"@types/mocha": "^5.2.7", | ||
"chai": "^4.2.0", | ||
"mocha": "^5.2.0", | ||
"ts-node": "^7.0.1", | ||
"mocha": "^6.2.0", | ||
"ts-node": "^8.3.0", | ||
"typedoc": "^0.15.0", | ||
"typescript": "^3.1.1" | ||
"typescript": "^3.6.2", | ||
"mocha-junit-reporter": "^1.23.1" | ||
}, | ||
@@ -44,3 +46,6 @@ "bugs": { | ||
"homepage": "https://github.com/TsPowerOne/RegExpr#readme", | ||
"dependencies": {} | ||
"dependencies": {}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
4978
6
30
1
20
8