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

graphql-input-number

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-input-number - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

6

lib/float.js

@@ -33,5 +33,5 @@ 'use strict';

var min = _ref.min;
var parse = _ref.parse;
var sanitize = _ref.sanitize;
var test = _ref.test;
var transform = _ref.transform;
var typeName = _ref.typeName;

@@ -76,4 +76,4 @@

if (transform) {
return transform(value);
if (parse) {
return parse(value);
}

@@ -80,0 +80,0 @@

@@ -35,5 +35,5 @@ 'use strict';

var min = _ref.min;
var parse = _ref.parse;
var sanitize = _ref.sanitize;
var test = _ref.test;
var transform = _ref.transform;
var typeName = _ref.typeName;

@@ -78,4 +78,4 @@

if (transform) {
return transform(value);
if (parse) {
return parse(value);
}

@@ -82,0 +82,0 @@

{
"name": "graphql-input-number",
"version": "0.0.6",
"version": "0.0.7",
"description": "A configurable custom input number type for GraphQL with sanitization and validation.",

@@ -5,0 +5,0 @@ "main": "lib/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