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

@thi.ng/transducers

Package Overview
Dependencies
Maintainers
0
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 9.1.1 to 9.2.0

sync-tuples.d.ts

8

CHANGELOG.md
# Change Log
- **Last updated**: 2024-08-18T14:11:34Z
- **Last updated**: 2024-08-19T13:45:57Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -12,2 +12,8 @@

## [9.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@9.2.0) (2024-08-19)
#### 🚀 Features
- add syncTuples() transducer ([d3b77bd](https://github.com/thi-ng/umbrella/commit/d3b77bd))
## [9.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@9.1.0) (2024-08-13)

@@ -14,0 +20,0 @@

@@ -113,2 +113,3 @@ export * from "./api.js";

export * from "./struct.js";
export * from "./sync-tuples.js";
export * from "./swizzle.js";

@@ -115,0 +116,0 @@ export * from "./take-nth.js";

@@ -113,2 +113,3 @@ export * from "./api.js";

export * from "./struct.js";
export * from "./sync-tuples.js";
export * from "./swizzle.js";

@@ -115,0 +116,0 @@ export * from "./take-nth.js";

7

package.json
{
"name": "@thi.ng/transducers",
"version": "9.1.1",
"version": "9.2.0",
"description": "Collection of ~170 lightweight, composable transducers, reducers, generators, iterators for functional data transformations",

@@ -530,2 +530,5 @@ "type": "module",

},
"./sync-tuples": {
"default": "./sync-tuples.js"
},
"./take-last": {

@@ -600,3 +603,3 @@ "default": "./take-last.js"

},
"gitHead": "f6e26ea1142525171de5d36b9c3119f2782bb437\n"
"gitHead": "bfbc227cf5ca2d3c2984b3d4713eebd6225cbd54\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