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.23 to 0.2.24

2

lib/content.js

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

item: portal_1.getMultipartItem(params.name, params.index, params.errorMessage)
}), IOEither_1.filterOrElse(function (res) { var _a, _b, _c; return (_c = (_b = (_a = res.item) === null || _a === void 0 ? void 0 : _a.fileName) === null || _b === void 0 ? void 0 : _b.length, (_c !== null && _c !== void 0 ? _c : 0)) > 0; }, function () {
}), IOEither_1.filterOrElse(function (res) { var _a, _b, _c; return ((_c = (_b = (_a = res.item) === null || _a === void 0 ? void 0 : _a.fileName) === null || _b === void 0 ? void 0 : _b.length) !== null && _c !== void 0 ? _c : 0) > 0; }, function () {
var _a;

@@ -69,0 +69,0 @@ return ({

@@ -25,5 +25,6 @@ "use strict";

"MethodNotAllowedError": 405,
"TooManyRequestsError": 429,
"InternalServerError": 500,
"BadGatewayError": 502,
"PublishError": 500,
"PublishError": 500
};

@@ -30,0 +31,0 @@ function contentType(body) {

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

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

"dependencies": {
"enonic-fp": "^0.2.24",
"enonic-types": "^0.0.32",
"fp-ts": "^2.4.4",
"io-ts": "^2.1.0"
"enonic-fp": "^0.2.25",
"enonic-types": "^0.0.33",
"fp-ts": "^2.5.1",
"io-ts": "^2.1.2"
},
"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