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

sofa-api

Package Overview
Dependencies
Maintainers
4
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sofa-api - npm Package Compare versions

Comparing version 0.15.0 to 0.15.1

3

index.js

@@ -52,4 +52,3 @@ 'use strict';

if (graphql.isEqualType(graphql.GraphQLBoolean, namedType)) {
// we don't support TRUE
value = value === 'true';
value = (value === 'true' || value === true);
}

@@ -56,0 +55,0 @@ return namedType.serialize(value);

{
"name": "sofa-api",
"version": "0.15.0",
"version": "0.15.1",
"description": "Create REST APIs with GraphQL",

@@ -10,4 +10,4 @@ "sideEffects": false,

"dependencies": {
"@graphql-tools/utils": "8.12.0",
"@whatwg-node/fetch": "^0.4.3",
"@graphql-tools/utils": "9.1.0",
"@whatwg-node/fetch": "^0.5.0",
"@whatwg-node/server": "^0.4.1",

@@ -19,3 +19,3 @@ "ansi-colors": "4.1.3",

"title-case": "3.0.3",
"tslib": "2.4.0"
"tslib": "2.4.1"
},

@@ -22,0 +22,0 @@ "repository": {

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