Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/compose

Package Overview
Dependencies
Maintainers
1
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/compose - npm Package Compare versions

Comparing version 2.1.21 to 2.1.22

2

CHANGELOG.md
# Change Log
- **Last updated**: 2022-12-16T12:52:25Z
- **Last updated**: 2022-12-20T16:33:11Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -5,0 +5,0 @@

@@ -21,3 +21,3 @@ import type { Fn, FnAny } from "@thi.ng/api";

/**
* Similar to {@link (comp:1)}, but composes given functions in left-to-right order.
* Similar to {@link comp}, but composes given functions in left-to-right order.
*/

@@ -36,5 +36,5 @@ export declare function compL<A>(a: FnAny<A>): FnAny<A>;

/**
* @deprecated renamed to {@link (compL:1)}
* @deprecated renamed to {@link compL}
*/
export declare const compI: typeof compL;
//# sourceMappingURL=comp.d.ts.map

@@ -35,4 +35,4 @@ import { illegalArity } from "@thi.ng/errors/illegal-arity";

/**
* @deprecated renamed to {@link (compL:1)}
* @deprecated renamed to {@link compL}
*/
export const compI = compL;
{
"name": "@thi.ng/compose",
"version": "2.1.21",
"version": "2.1.22",
"description": "Optimized functional composition helpers",

@@ -37,3 +37,3 @@ "type": "module",

"dependencies": {
"@thi.ng/api": "^8.6.0",
"@thi.ng/api": "^8.6.1",
"@thi.ng/errors": "^2.2.6"

@@ -109,3 +109,3 @@ },

},
"gitHead": "f445a9cc8022bcdebbf6ff91fd66ced016d72f01\n"
"gitHead": "7b2af448da8a63fb21704a79cc4cdf1f3d7d7a64\n"
}
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