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

@krlwlfrt/async-pool

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@krlwlfrt/async-pool - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## [0.2.1](https://gitlab.com/krlwlfrt/async-pool/compare/v0.2.0...v0.2.1) (2019-11-25)
### Bug Fixes
* correct paths to built files ([4100eea](https://gitlab.com/krlwlfrt/async-pool/commit/4100eeadb7cd43e625eecf575ca152e671ea8e3b))
# [0.2.0](https://gitlab.com/krlwlfrt/async-pool/compare/v0.1.0...v0.2.0) (2019-11-25)

@@ -2,0 +11,0 @@

6

package.json
{
"name": "@krlwlfrt/async-pool",
"version": "0.2.0",
"version": "0.2.1",
"description": "Async pool for iterables",
"main": "dist/async-pool.js",
"types": "dist/async-pool.d.ts",
"main": "lib/async-pool.js",
"types": "lib/async-pool.d.ts",
"scripts": {

@@ -8,0 +8,0 @@ "build": "npm run tslint && npm run compile",

@@ -13,3 +13,3 @@ # @krlwlfrt/async-pool

```typescript
import {asyncPool} from '@krlwlfrt/async-pool/dist/async-pool';
import {asyncPool} from '@krlwlfrt/async-pool/lib/async-pool';

@@ -16,0 +16,0 @@ // can be anything that is iterable (aka implements Iterable)

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