New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0-beta1 to 0.2.0-beta2

libs.d.ts

32

index.d.ts

@@ -1,33 +0,1 @@

export interface EnonicLibraryMap {
"/lib/xp/admin": import("./admin").AdminLibrary;
"/lib/xp/auth": import("./auth").AuthLibrary;
"/lib/cache": import("./cache").CacheLibrary;
"/lib/xp/cluster": import("./cluster").ClusterLibrary;
"/lib/xp/common": import("./common").CommonLibrary;
"/lib/xp/content": import("./content").ContentLibrary;
"/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;
"/lib/xp/i18n": import("./i18n").I18nLibrary;
"/lib/xp/io": import("./io").IOLibrary;
"/lib/xp/mail": import("./mail").MailLibrary;
"/lib/menu": import("./menu").MenuLibrary;
"/lib/xp/node": import("./node").NodeLibrary;
"/lib/notifications": import("./notifications").NotificationsLibrary;
"/lib/xp/portal": import("./portal").PortalLibrary;
"/lib/xp/project": import("./project").ProjectLibrary;
"/lib/recaptcha": import("./recaptcha").RecaptchaLibrary;
"/lib/xp/repo": import("./repo").RepoLibrary;
"/lib/router": import("./router").RouterLib;
"/lib/session": import("./session").SessionLibrary;
"/lib/xp/task": import("./task").TaskLibrary;
"/lib/xp/testing": import("./testing").TestingLibrary;
"/lib/thymeleaf": import("./thymeleaf").ThymeleafLibrary;
"/lib/turbo-streams": import("./turbo").TurboStreamsLibrary;
"/lib/xp/value": import("./value").ValueLibrary;
"/lib/xp/websocket": import("./websocket").WebsocketLibrary;
}
declare module "*/lib/xp/admin" {

@@ -34,0 +2,0 @@ const lib: import("./admin").AdminLibrary;

2

package.json
{
"name": "enonic-types",
"sideEffects": false,
"version": "0.2.0-beta1",
"version": "0.2.0-beta2",
"description": "TypeScript types for Enonic XP",

@@ -6,0 +6,0 @@ "typings": "index.d.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