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.0.49 to 0.0.50

9

lib/controller.d.ts

@@ -60,1 +60,10 @@ export declare interface Request {

}
/**
* Request object to be used with functions in "error.ts"
*/
export interface ErrorRequest {
readonly status: number;
readonly message: string;
readonly exception?: unknown;
readonly request: Request;
}

6

package.json
{
"name": "enonic-types",
"version": "0.0.49",
"version": "0.0.50",
"description": "TypeScript types for Enonic XP",

@@ -27,4 +27,4 @@ "main": "lib/index.js",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/parser": "^2.29.0",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"eslint": "^6.8.0",

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

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