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.1.27 to 0.1.28

cron.d.ts

2

index.d.ts

@@ -9,4 +9,6 @@ export interface EnonicLibraryMap {

"/lib/xp/context": import("./context").ContextLibrary;
"/lib/cron": import("./cron").CronLibrary;
"/lib/text-encoding": import("./encoding").EncodingLibrary;
"/lib/xp/event": import("./event").EventLibrary;
"/lib/tineikt/freemarker": import('./freemarker').FreeMarkerLibrary;
"/lib/http-client": import("./http").HttpLibrary;

@@ -13,0 +15,0 @@ "/lib/xp/i18n": import("./i18n").I18nLibrary;

6

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

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

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"eslint": "^7.22.0",

@@ -31,0 +31,0 @@ "rimraf": "^3.0.2",

@@ -66,4 +66,6 @@ # TypeScript types for Enonic XP

* [ControllerLibrary](./src/controller.ts)
* [CronLibrary](./src/cron.ts)
* [EncodingLibrary](./src/encoding.ts)
* [EventLibrary](./src/event.ts)
* [FreeMarkerLibrary](./src/freemarker.ts)
* [HttpLibrary](./src/http.ts)

@@ -70,0 +72,0 @@ * [I18nLibrary](./src/i18n.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