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

graphql-scalar

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-scalar - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

5

package.json
{
"name": "graphql-scalar",
"version": "0.0.2",
"version": "0.0.3",
"description": "Configurable custom GraphQL Scalars (string, number, date, etc) with sanitization / validation / transformation in TypeScript.",

@@ -52,2 +52,5 @@ "keywords": [

"homepage": "https://github.com/joonhocho/graphql-scalar#readme",
"peerDependencies": {
"graphql": "*"
},
"devDependencies": {

@@ -54,0 +57,0 @@ "@types/graphql": "^14.2.2",

4

README.md

@@ -11,2 +11,6 @@ # graphql-scalar

TypeScript version (with breaking changes) of the following repos:
[joonhocho/graphql-input-number](https://github.com/joonhocho/graphql-input-number)
[joonhocho/graphql-input-string](https://github.com/joonhocho/graphql-input-string)
## Get Started

@@ -13,0 +17,0 @@ ```

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