Socket
Socket
Sign inDemoInstall

@forestryio/gql

Package Overview
Dependencies
378
Maintainers
14
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.6 to 0.1.7

13

dist/index.d.ts

@@ -1,4 +0,15 @@

/// <reference types="node" />
import { ExecutionResult, GraphQLSchema } from 'graphql';
/**
Copyright 2021 Forestry.io Holdings, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
declare const clearCache: ({ owner, repo, ref, path, }: {

@@ -5,0 +16,0 @@ owner: string;

6

package.json
{
"name": "@forestryio/gql",
"version": "0.1.6",
"version": "0.1.7",
"main": "dist/index.js",

@@ -12,4 +12,4 @@ "typings": "dist/index.d.ts",

"scripts": {
"build": "yarn tsup src/index.ts src/server.ts --format cjs --dts",
"watch": "yarn tsup src/index.ts src/server.ts --watch --format cjs --dts",
"build": "yarn tsup src/index.ts --format cjs --dts",
"watch": "yarn tsup src/index.ts --watch --format cjs --dts",
"docs": "yarn typedoc",

@@ -16,0 +16,0 @@ "serve": "yarn nodemon dist/server.js",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc