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.26 to 0.2.27

4

lib/types.d.ts
declare const __non_webpack_require__: (path: string) => any;
declare const Java: any;
declare type Without<T, U> = {
[P in Exclude<keyof T, keyof U>]?: never;
};
declare type XOR<T, U> = (T | U) extends object ? (Without<T, U> & U) | (Without<U, T> & T) : T | U;

4

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

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

"dependencies": {
"enonic-types": "^0.0.34",
"enonic-types": "^0.0.36",
"fp-ts": "^2.5.1"

@@ -31,0 +31,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