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-25 to 0.0.55-26

4

lib/schema.d.ts

@@ -11,3 +11,3 @@ export declare type IUpdateContentOptions = {

ADDED = "ADDED",
DELETED = "DELETED",
DELETED = "DELETED"
}

@@ -19,3 +19,3 @@ export declare enum FileOperation {

COPY = 3,
IMPORT = 4,
IMPORT = 4
}

@@ -22,0 +22,0 @@ export declare type LoadFileMutationVariables = {

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

@@ -17,6 +17,4 @@ "main": "lib/index.js",

"build:lib:watch": "npm run build:lib -- --watch",
"schema:download": "./node_modules/.bin/apollo-codegen download-schema http://localhost:8087/graphql --output schema.json",
"schema:generate": "./node_modules/.bin/apollo-codegen generate src/**/*.graphql --schema schema.json --target typescript --output src/schema.ts",
"persistgraphql": "persistgraphql src/ --add_typename",
"extractqueries": "persistgraphql src/ --js --extension=ts"
"schema:download": "./node_modules/.bin/apollo-codegen download-schema http://localhost:8080/graphql --output schema.json",
"schema:generate": "./node_modules/.bin/apollo-codegen generate src/**/*.graphql --schema schema.json --target typescript --output src/schema.ts"
},

@@ -48,8 +46,6 @@ "publishConfig": {

"devDependencies": {
"apollo-codegen": "^0.19.0",
"cross-env": "^5.1.3",
"jest": "^22.4.2",
"persistgraphql": "^0.3.11",
"rimraf": "^2.6.1",
"webpack": "^4.7.0"
"webpack": "^4.19.0"
},

@@ -56,0 +52,0 @@ "typings": "lib/index.d.ts",

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