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.4.9 to 0.4.10

grid.d.ts

1

index.d.ts

@@ -17,2 +17,3 @@ /// <reference path="admin.d.ts" />

/// <reference path="graphql.d.ts" />
/// <reference path="grid.d.ts" />
/// <reference path="guillotine.d.ts" />

@@ -19,0 +20,0 @@ /// <reference path="http.d.ts" />

@@ -25,2 +25,3 @@ export interface EnonicLibraryMap {

"/lib/graphql-playground": typeof import("/lib/graphql-playground");
"/lib/xp/grid": typeof import("/lib/xp/grid");
"/lib/guillotine": typeof import("/lib/guillotine");

@@ -27,0 +28,0 @@ "/lib/http-client": typeof import("/lib/http-client");

12

package.json
{
"name": "enonic-types",
"sideEffects": false,
"version": "0.4.9",
"version": "0.4.10",
"description": "TypeScript types for Enonic XP",

@@ -29,13 +29,13 @@ "typings": "index.d.ts",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"copyfiles": "^2.4.1",
"eslint": "^8.17.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"json-schema-to-typescript": "^10.1.5",
"prettier": "^2.7.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"typescript": "^4.7.3"
"typescript": "^4.7.4"
}
}

@@ -142,2 +142,3 @@ # TypeScript types for Enonic XP

* [GraphQLLibrary](./src/graphql.ts)
* [GridLibrary](./src/grid.ts)
* [GuillotineLibrary](./src/guillotine.ts)

@@ -144,0 +145,0 @@ * [HttpLibrary](./src/http.ts)

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