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.2.15 to 0.2.16

6

graphql.d.ts

@@ -24,11 +24,11 @@ import { EmptyObject } from "./content";

*/
list(type: GraphQLScalarType): GraphQLListType;
list(type: GraphQLType): GraphQLListType;
/**
* Returns a modified type that indicates the underlying wrapped type will not be null
*/
nonNull(type: GraphQLScalarType): GraphQLNonNullType;
nonNull(type: GraphQLType): GraphQLNonNullType;
/**
* Returns a special type that allows an object/interface type to reference a type by its key. Necessary for self reference.
*/
reference(typeKey: string): GraphQLScalarType;
reference(typeKey: string): GraphQLType;
/**

@@ -35,0 +35,0 @@ * Executes a GraphQL query and variables against a schema

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

@@ -34,4 +34,4 @@ "typings": "index.d.ts",

"rimraf": "^3.0.2",
"typescript": "^4.4.2"
"typescript": "^4.4.3"
}
}
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