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.2 to 0.2.3

2

lib/portal.d.ts

@@ -5,3 +5,3 @@ import { IOEither } from "fp-ts/lib/IOEither";

import { AssetUrlParams, AttachmentUrlParams, Component, ComponentUrlParams, IdProviderUrlParams, ImagePlaceHolderParams, ImageUrlParams, LoginUrlParams, LogoutUrlParams, MultipartItem, PageUrlParams, ProcessHtmlParams, ServiceUrlParams, UrlParams } from "enonic-types/lib/portal";
export declare function getContent<A>(): IOEither<EnonicError, Content<A>>;
export declare function getContent<A, PageConfig = any>(): IOEither<EnonicError, Content<A, PageConfig>>;
export declare function getComponent<A>(): IOEither<EnonicError, Component<A>>;

@@ -8,0 +8,0 @@ export declare function getIdProviderKey(): IOEither<EnonicError, string>;

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

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

"dependencies": {
"enonic-types": "^0.0.8",
"enonic-types": "^0.0.9",
"fp-ts": "^2.1.1"

@@ -30,0 +30,0 @@ },

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