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

enonic-types

Package Overview
Dependencies
Maintainers
1
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enonic-types - npm Package Compare versions

Comparing version 0.3.16 to 0.3.17

8

graphql.d.ts

@@ -39,3 +39,3 @@ declare module "*/lib/graphql-playground" {

*/
reference(typeKey: string): GraphQLType;
reference(typeKey: string): GraphQLTypeReference;
/**

@@ -178,3 +178,3 @@ * Executes a GraphQL query and variables against a schema

fields: Record<string, GraphQLResolver<ExecuteContext>>;
typeResolver: (env: any) => any;
typeResolver: (env: any) => GraphQLObjectType;
description?: string;

@@ -184,4 +184,4 @@ }

name: string;
fields: Record<string, GraphQLResolver<ExecuteContext>>;
typeResolver: (env: any) => any;
types: Array<GraphQLObjectType | GraphQLTypeReference>;
typeResolver: (env: any) => GraphQLObjectType;
}

@@ -188,0 +188,0 @@ interface CreatePageInfoObjectTypeParams<ExecuteContext = EmptyObject> {

{
"name": "enonic-types",
"sideEffects": false,
"version": "0.3.16",
"version": "0.3.17",
"description": "TypeScript types for Enonic XP",

@@ -33,3 +33,3 @@ "typings": "index.d.ts",

"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",

@@ -36,0 +36,0 @@ "json-schema-to-typescript": "^10.1.5",

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