New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

enonic-wizardry

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enonic-wizardry - npm Package Compare versions

Comparing version 0.2.9 to 0.2.10

2

lib/controller.js

@@ -67,3 +67,3 @@ "use strict";

function unsafeRenderErrorPage(view) {
return function (err) { return status(err, thymeleaf_1.getUnsafeRenderer(view)); };
return function (err) { return status(err, thymeleaf_1.getUnsafeRenderer(view)(err)); };
}

@@ -70,0 +70,0 @@ exports.unsafeRenderErrorPage = unsafeRenderErrorPage;

{
"name": "enonic-wizardry",
"version": "0.2.9",
"version": "0.2.10",
"description": "Functional utility library for Enonic XP",

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

"@typescript-eslint/parser": "^2.8.0",
"eslint": "^6.6.0",
"eslint": "^6.7.1",
"husky": "^3.1.0",

@@ -39,0 +39,0 @@ "lint-staged": "^9.4.3",

@@ -82,2 +82,3 @@ # Enonic Wizardry

* `errorResponse`
* `unsafeRenderErrorPage`
* `ok`

@@ -94,3 +95,2 @@ * `created`

* `badGateway`
* `setTotal`

@@ -97,0 +97,0 @@ * [Utils](./src/utils.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