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

@homebound/graphql-typescript-simple-resolvers

Package Overview
Dependencies
Maintainers
16
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@homebound/graphql-typescript-simple-resolvers - npm Package Compare versions

Comparing version 1.24.0 to 1.25.0

3

build/types.js

@@ -64,2 +64,5 @@ "use strict";

}
else if (type.name === "Boolean") {
return "boolean";
}
else {

@@ -66,0 +69,0 @@ return config.scalars[type.name] || type.name.toString();

@@ -22,2 +22,3 @@ import { Context, AuthorId, Popularity } from "./entities";

birthdayPartyScheduled: Resolver<AuthorId, {}, Date | null | undefined>;
populate: Resolver<AuthorId, {}, boolean | null | undefined>;
}

@@ -24,0 +25,0 @@

2

package.json
{
"name": "@homebound/graphql-typescript-simple-resolvers",
"version": "1.24.0",
"version": "1.25.0",
"main": "./build/index.js",

@@ -5,0 +5,0 @@ "types": "./build/",

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