Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1.3 to 0.1.4

8

lib/controller.js

@@ -43,3 +43,9 @@ "use strict";

exports.noContent = function () { return IO_1.io.of({ status: 204, body: '' }); };
exports.redirect = function (redirect) { return IO_1.io.of({ status: 303, redirect: redirect }); };
exports.redirect = function (redirect) { return IO_1.io.of({
applyFilters: false,
postProcess: false,
redirect: redirect,
status: 303,
body: ''
}); };
exports.badRequest = function (body) { return status(400, body); };

@@ -46,0 +52,0 @@ exports.unauthorized = function (body) { return status(401, body); };

2

package.json
{
"name": "enonic-wizardry",
"version": "0.1.3",
"version": "0.1.4",
"description": "Functional utility library for Enonic XP",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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