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.9 to 0.2.10

10

lib/thymeleaf.d.ts
import { IOEither } from "fp-ts/lib/IOEither";
import { EnonicError } from "./errors";
import { ThymeleafRenderOptions } from "enonic-types/lib/thymeleaf";
export interface ResourceKey {
applicationKey: string;
path: string;
uri: string;
root: boolean;
name: string;
extension: string;
}
import { ResourceKey, ThymeleafRenderOptions } from "enonic-types/lib/thymeleaf";
export declare function renderUnsafe<A>(view: ResourceKey, model?: A, options?: ThymeleafRenderOptions): string;

@@ -13,0 +5,0 @@ export declare function render<A>(view: ResourceKey, model?: A, options?: ThymeleafRenderOptions): IOEither<EnonicError, string>;

12

package.json
{
"name": "enonic-fp",
"version": "0.2.9",
"version": "0.2.10",
"description": "Functional programming helpers for Enonic XP",

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

"dependencies": {
"enonic-types": "^0.0.13",
"enonic-types": "^0.0.14",
"fp-ts": "^2.1.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/parser": "^2.7.0",
"eslint": "^6.6.0",
"husky": "^3.0.9",
"@typescript-eslint/eslint-plugin": "^2.8.0",
"@typescript-eslint/parser": "^2.8.0",
"eslint": "^6.7.1",
"husky": "^3.1.0",
"lint-staged": "^9.4.3",

@@ -38,0 +38,0 @@ "rimraf": "^3.0.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