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.0.4 to 0.0.5

2

es6/content.d.ts

@@ -8,3 +8,3 @@ import { Error } from "enonic-fp/lib/common";

export declare function createAndPublish<A>(params: CreateContentParams<A>): Either<Error, Content<A>>;
export declare function deleteAndPublish(params: DeleteContentParams): Either<Error, boolean>;
export declare function deleteAndPublish(params: DeleteContentParams): Either<Error, void>;
export declare function modifyAndPublish<A>(key: string, changes: any): Either<Error, Content<A>>;

@@ -8,3 +8,3 @@ import { Error } from "enonic-fp/lib/common";

export declare function createAndPublish<A>(params: CreateContentParams<A>): Either<Error, Content<A>>;
export declare function deleteAndPublish(params: DeleteContentParams): Either<Error, boolean>;
export declare function deleteAndPublish(params: DeleteContentParams): Either<Error, void>;
export declare function modifyAndPublish<A>(key: string, changes: any): Either<Error, Content<A>>;
{
"name": "enonic-wizardry",
"version": "0.0.4",
"version": "0.0.5",
"description": "Functional utility library for Enonic XP",

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

"dependencies": {
"enonic-fp": "^0.0.9",
"enonic-fp": "^0.0.10",
"fp-ts": "^2.0.5"

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