@noreajs/core
Advanced tools
Comparing version 2.0.0 to 2.0.1-0
@@ -282,3 +282,3 @@ "use strict"; | ||
case "number": | ||
if (value !== `${Number(value)}`) { | ||
if (`${value}` !== `${Number(value)}`) { | ||
addError({ | ||
@@ -285,0 +285,0 @@ origin, |
{ | ||
"name": "@noreajs/core", | ||
"version": "2.0.0", | ||
"version": "2.0.1-0", | ||
"description": "Norea.Js is a sets of tools for the development of API with Node.Js.", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
109403
2