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

@graphitation/supermassive

Package Overview
Dependencies
Maintainers
5
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphitation/supermassive - npm Package Compare versions

Comparing version 3.4.0 to 3.4.1

12

CHANGELOG.md
# Change Log - @graphitation/supermassive
This log was last generated on Wed, 10 Jan 2024 12:26:44 GMT and should not be manually modified.
This log was last generated on Mon, 15 Jan 2024 17:31:14 GMT and should not be manually modified.
<!-- Start content -->
## 3.4.1
Mon, 15 Jan 2024 17:31:14 GMT
### Patches
- Properly decode boolean in schema (mark@thedutchies.com)
## 3.4.0
Wed, 10 Jan 2024 12:26:44 GMT
Wed, 10 Jan 2024 12:26:58 GMT

@@ -11,0 +19,0 @@ ### Minor changes

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

}
if (typeof jsValue === "boolean") {
return { kind: import_graphql.Kind.BOOLEAN, value: jsValue };
}
if (typeof jsValue === "number") {

@@ -158,0 +161,0 @@ return { kind: import_graphql.Kind.FLOAT, value: String(jsValue) };

2

package.json
{
"name": "@graphitation/supermassive",
"license": "MIT",
"version": "3.4.0",
"version": "3.4.1",
"main": "./lib/index",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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