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

@thi.ng/transducers

Package Overview
Dependencies
Maintainers
1
Versions
331
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/transducers - npm Package Compare versions

Comparing version 8.9.8 to 8.9.9

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-03-01T15:22:50Z
- **Last updated**: 2024-03-02T14:05:52Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

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

@@ -8,3 +8,5 @@ import type { Nullable } from "@thi.ng/api";

* @example
* ```
* ```ts
* import { flatten1 } from "@thi.ng/transducers";
*
* [...flatten1([[1], [2, 2], [3, 3, 3]])]

@@ -11,0 +13,0 @@ * // [ 1, 2, 2, 3, 3, 3 ]

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

* @example
* ```
* ```ts
* import { mapcat } from "@thi.ng/transducers";
*
* [...mapcat((x) => [x, x], [1, 2, 3])]

@@ -13,0 +15,0 @@ * // [ 1, 1, 2, 2, 3, 3 ]

{
"name": "@thi.ng/transducers",
"version": "8.9.8",
"version": "8.9.9",
"description": "Lightweight transducer implementations for ES6 / TypeScript",

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

"@thi.ng/api": "^8.9.27",
"@thi.ng/arrays": "^2.8.4",
"@thi.ng/arrays": "^2.8.5",
"@thi.ng/checks": "^3.5.1",

@@ -592,3 +592,3 @@ "@thi.ng/compare": "^2.2.23",

},
"gitHead": "d660ae8fd1bf64d919b4334f19509f1f539d70f6\n"
"gitHead": "df9e312af741d87e6b450afcfea6a6e381662b1e\n"
}

Sorry, the diff of this file is too big to display

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