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

microfiber

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

microfiber - npm Package Compare versions

Comparing version 0.0.8 to 1.0.0

2

dist/microfiber.js

@@ -155,3 +155,3 @@ "use strict";

includeSubscription = false
}) {
} = {}) {
const queryType = this.getQueryType();

@@ -158,0 +158,0 @@ const mutationType = this.getMutationType();

{
"name": "microfiber",
"version": "0.0.8",
"version": "1.0.0",
"description": "A library to query and manipulate GraphQL Introspection Query results in some useful ways.",

@@ -5,0 +5,0 @@ "author": "Chris Newhouse",

@@ -8,2 +8,4 @@ <a href="https://www.useanvil.com"><img src="/static/anvil.png" width="50"></a>

<a href="https://www.useanvil.com/docs"><img src="/static/microfiber.png" width="500"></a>
A library to query and manipulate GraphQL Introspection Query results in some useful ways. What ways you ask?

@@ -109,3 +111,3 @@

includeSubscription: false,
})
} = {})
```

@@ -334,3 +336,3 @@ ---

digUnderlyingType(nonNullableString) // { name: 'String', kind: 'SCALAR' }=
digUnderlyingType(nonNullableString) // { name: 'String', kind: 'SCALAR' }
```

@@ -337,0 +339,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