New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@theconcurrent/query

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theconcurrent/query - npm Package Compare versions

Comparing version 0.0.26 to 0.0.27

13

dist/shared/base_type.d.ts

@@ -111,2 +111,8 @@ import type { DocumentNode } from 'graphql';

};
type Relation = {
name: string;
resource: string;
target: string;
isCollection: boolean;
};
export type FinalResource = {

@@ -117,3 +123,3 @@ name: string;

schemeResourceName?: string;
category?: string;
category: string | undefined;
create?: {

@@ -126,3 +132,2 @@ queries: Array<RawQuery>;

variableDefinitionObjects: VariableDefinitionObject[];
structure: FieldObject;
};

@@ -136,3 +141,2 @@ update?: {

variableDefinitionObjects: VariableDefinitionObject[];
structure: FieldObject;
};

@@ -147,3 +151,2 @@ list?: {

variablesStructure?: VariableDefinitionObject[];
structure: FieldObject;
path: string;

@@ -159,3 +162,2 @@ displayColumns?: string[];

variablesStructure?: VariableDefinitionObject[];
structure: FieldObject;
path: string;

@@ -169,4 +171,5 @@ };

};
relations: Array<Relation>;
};
export {};
//# sourceMappingURL=base_type.d.ts.map
{
"name": "@theconcurrent/query",
"version": "0.0.26",
"version": "0.0.27",
"main": "./dist/index.umd.js",

@@ -27,3 +27,3 @@ "module": "./dist/index.es.js",

"dependencies": {
"@theconcurrent/utility": "0.0.26"
"@theconcurrent/utility": "0.0.27"
},

@@ -33,3 +33,3 @@ "peerDependencies": {

},
"gitHead": "078240472ccbed8702e0f88aa9f1be194969789b"
"gitHead": "edc2f07feddfca9478ea70513b4129230e815ab0"
}

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