graphql-input-number
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "graphql-input-number", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A configurable custom input number type for GraphQL with sanitization and validation.", | ||
@@ -11,2 +11,3 @@ "main": "lib/index.js", | ||
"coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls", | ||
"nyc": "nyc npm test && nyc report --reporter=lcov", | ||
"prepublish": "npm run clear && npm test", | ||
@@ -13,0 +14,0 @@ "pretest": "npm run build", |
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
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
6684