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.22 to 0.3.23

sentry.d.ts

1

index.d.ts

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

/// <reference path="scheduler.d.ts" />
/// <reference path="sentry.d.ts" />
/// <reference path="session.d.ts" />

@@ -36,0 +37,0 @@ /// <reference path="sql.d.ts" />

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

"/lib/xp/scheduler": typeof import("/lib/xp/scheduler");
"/lib/sentry": typeof import("/lib/sentry");
"/lib/session": typeof import("/lib/session");

@@ -44,0 +45,0 @@ "/lib/enonic/static": typeof import("/lib/enonic/static");

2

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

@@ -6,0 +6,0 @@ "typings": "index.d.ts",

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

* [SchedulerLibrary](./src/scheduler.ts)
* [SentryLibrary](./src/sentry.ts)
* [SessionLibrary](./src/session.ts)

@@ -161,0 +162,0 @@ * [SqlLibrary](./src/sql.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