Socket
Socket
Sign inDemoInstall

@files-stack/graphql-gql

Package Overview
Dependencies
Maintainers
2
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@files-stack/graphql-gql - npm Package Compare versions

Comparing version 0.0.55-30 to 0.0.56-3

lib/schema/index.d.ts

1

lib/index.d.ts

@@ -6,1 +6,2 @@ export * from './mutations';

export * from './resolvers';
export * from './schema/index';
export declare const LOAD_FILE_MUTATION: any;
export declare const LOAD_FILE_CONTENT_MUTATION: any;
export declare const COPY_FILE_MUTATION: any;

@@ -3,0 +4,0 @@ export declare const CREATE_FILE_MUTATION: any;

1

lib/queries/index.d.ts

@@ -5,2 +5,1 @@ export declare const FILE_CONTENT_QUERY: any;

export declare const CHANGED_CONTENT_QUERY: any;
export declare const dataIdFromObject: (result: any) => any;
declare const resolvers: {
Mutation: {
removeChangedContent: (_: any, { resource }: {
removeChangedContent: (_: any, { resource, reset }: {
resource: any;
reset?: boolean;
}, { cache }: {

@@ -6,0 +7,0 @@ cache: any;

{
"name": "@files-stack/graphql-gql",
"version": "0.0.55-30",
"version": "0.0.56-3",
"description": "Sample core for higher packages to depend on",

@@ -44,2 +44,5 @@ "main": "lib/index.js",

"license": "ISC",
"dependencies": {
"@files-stack/core": "*"
},
"devDependencies": {

@@ -46,0 +49,0 @@ "cross-env": "^5.1.3",

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

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