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

@thi.ng/iterators

Package Overview
Dependencies
Maintainers
1
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/iterators - npm Package Compare versions

Comparing version 6.1.112 to 6.1.113

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-03-27T09:53:45Z
- **Last updated**: 2024-04-08T14:59:29Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

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

{
"name": "@thi.ng/iterators",
"version": "6.1.112",
"version": "6.1.113",
"description": "Clojure inspired, composable ES6 iterators & generators",

@@ -39,5 +39,5 @@ "type": "module",

"dependencies": {
"@thi.ng/api": "^8.9.31",
"@thi.ng/dcons": "^3.2.107",
"@thi.ng/errors": "^2.5.2"
"@thi.ng/api": "^8.10.0",
"@thi.ng/dcons": "^3.2.108",
"@thi.ng/errors": "^2.5.3"
},

@@ -228,2 +228,3 @@ "devDependencies": {

"thi.ng": {
"alias": "it",
"related": [

@@ -235,3 +236,3 @@ "transducers"

},
"gitHead": "ce5ae2a322d50a7ce8ecccbd94fa55c496ba04fd\n"
"gitHead": "85ac4bd4d6d89f8e3689e2863d5bea0cecdb371c\n"
}

@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! -->

> [!NOTE]
> This is one of 190 standalone projects, maintained as part
> This is one of 191 standalone projects, maintained as part
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo

@@ -103,4 +103,10 @@ > and anti-framework.

ES module import:
ESM import:
```ts
import * as it from "@thi.ng/iterators";
```
Browser ESM import:
```html

@@ -115,3 +121,3 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/iterators"></script>

```js
const iterators = await import("@thi.ng/iterators");
const it = await import("@thi.ng/iterators");
```

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