New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@saulx/selva

Package Overview
Dependencies
Maintainers
1
Versions
263
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saulx/selva - npm Package Compare versions

Comparing version 12.0.0 to 12.1.0

2

dist/src/get/validate/index.js

@@ -70,3 +70,3 @@ "use strict";

async function validateNested(extraQueries, client, fieldName, props, path) {
if (fieldName && fieldName !== '*') {
if (fieldName && fieldName !== '*' && fieldName !== '__$find') {
if (typeof props === 'boolean' || !props.$field) {

@@ -73,0 +73,0 @@ (0, util_1.validateFieldPath)(fieldName);

{
"name": "@saulx/selva",
"version": "12.0.0",
"version": "12.1.0",
"main": "dist/src/index.js",

@@ -8,3 +8,3 @@ "scripts": {

"start": "tsc && node dist/index.js",
"test": "ava --timeout 1m --verbose",
"test": "ava --timeout 3m --verbose",
"watch": "ava --color --watch --verbose",

@@ -54,3 +54,3 @@ "buildLua": " scripts=$(ls *.script-tsconfig.json); for script in $scripts; do echo $script; ../bin/transpileScript $script; done",

"@types/pg": "^8.6.1",
"@saulx/selva-server": "12.0.0",
"@saulx/selva-server": "12.1.0",
"before-exit": "1.0.0",

@@ -57,0 +57,0 @@ "async-exec": "^1.1.0",

Sorry, the diff of this file is not supported yet

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