Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@noreajs/core

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@noreajs/core - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1-0

2

dist/request/validation/validator.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc