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 1.1.0 to 1.1.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@1.1.0...@thi.ng/compose@1.1.1) (2019-02-26)
**Note:** Version bump only for package @thi.ng/compose
# [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@1.0.2...@thi.ng/compose@1.1.0) (2019-02-15)

@@ -8,0 +16,0 @@

4

package.json
{
"name": "@thi.ng/compose",
"version": "1.1.0",
"version": "1.1.1",
"description": "Arity-optimized functional composition helpers",

@@ -48,3 +48,3 @@ "module": "./index.js",

"sideEffects": false,
"gitHead": "418f7af20c8ce3098e86bbc3a2377ccbac761b70"
"gitHead": "647e13737436e44d28e151c0be8594835cf25ed0"
}

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

* neg, // -5
* [sub, 10], // 20 - (-5) = 15
* [sub, 10], // 20 - (-5) = 25
* [div, 10] // 10 / 25 = 0.4

@@ -19,0 +19,0 @@ * );

@@ -15,3 +15,3 @@ /**

* neg, // -5
* [sub, 10], // 20 - (-5) = 15
* [sub, 10], // 20 - (-5) = 25
* [div, 10] // 10 / 25 = 0.4

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