Socket
Socket
Sign inDemoInstall

@wandu/nestjs-schemas

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wandu/nestjs-schemas - npm Package Compare versions

Comparing version 10.3.0 to 10.3.1

5

dist/libs/nestjs-schemas/base.service.js

@@ -23,6 +23,3 @@ "use strict";

try {
newString = newString
.trim()
.replace(/°/g, 'º')
.replace(/[^\w\s+\-.,;:°ºª_"\/@<>=]/giu, '');
newString = newString.trim().replace(/°/g, 'º');
if (!newString || typeof newString !== 'string')

@@ -29,0 +26,0 @@ newString = '';

2

package.json
{
"name": "@wandu/nestjs-schemas",
"version": "10.3.0",
"version": "10.3.1",
"description": "Schemas library for NestJS",

@@ -5,0 +5,0 @@ "main": "dist/libs/nestjs-schemas/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