Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

enonic-fp

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enonic-fp - npm Package Compare versions

Comparing version 0.2.24 to 0.2.25

2

lib/errors.d.ts
interface BaseError {
readonly errorKey: EnonicErrorKey;
}
export declare type GeneralEnonicErrorKey = "UnauthorizedError" | "ForbiddenError" | "NotFoundError" | "MethodNotAllowedError" | "InternalServerError" | "BadGatewayError" | "PublishError";
export declare type GeneralEnonicErrorKey = "UnauthorizedError" | "ForbiddenError" | "NotFoundError" | "MethodNotAllowedError" | "InternalServerError" | "TooManyRequestsError" | "BadGatewayError" | "PublishError";
export declare type EnonicErrorKey = GeneralEnonicErrorKey | "BadRequestError";

@@ -6,0 +6,0 @@ export interface BadRequestErrorsByKey {

{
"name": "enonic-fp",
"version": "0.2.24",
"version": "0.2.25",
"description": "Functional programming helpers for Enonic XP",

@@ -28,12 +28,12 @@ "main": "lib/index.js",

"dependencies": {
"enonic-types": "^0.0.32",
"fp-ts": "^2.4.4"
"enonic-types": "^0.0.33",
"fp-ts": "^2.5.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"@typescript-eslint/eslint-plugin": "^2.21.0",
"@typescript-eslint/parser": "^2.21.0",
"eslint": "^6.8.0",
"rimraf": "^3.0.2",
"typescript": "^3.7.5"
"typescript": "^3.8.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