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.32 to 0.2.33

6

lib/utils.js

@@ -12,4 +12,6 @@ "use strict";

var throwable = t;
return throwable &&
throwable.getMessage() !== undefined
return throwable
&& typeof throwable.getMessage === 'function'
&& typeof throwable.getCause === 'function'
&& throwable.getMessage() !== undefined
&& throwable.getCause() !== undefined;

@@ -16,0 +18,0 @@ }

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

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

"enonic-types": "^0.0.41",
"fp-ts": "^2.5.2"
"fp-ts": "^2.5.3"
},

@@ -32,0 +32,0 @@ "devDependencies": {

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