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.0.3 to 0.1.0

4

CHANGELOG.md

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

# [0.1.0](https://gitlab.com/krlwlfrt/async-pool/compare/v0.0.3...v0.1.0) (2019-04-16)
## [0.0.3](https://gitlab.com/krlwlfrt/async-pool/compare/v0.0.2...v0.0.3) (2019-04-08)

@@ -2,0 +6,0 @@

17

package.json
{
"name": "@krlwlfrt/async-pool",
"version": "0.0.3",
"version": "0.1.0",
"description": "Async pool for iterables",

@@ -8,9 +8,9 @@ "main": "dist/async-pool.js",

"scripts": {
"build": "npm run tslint && npm run compile && npm run documentation",
"build": "npm run tslint && npm run compile",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'",
"compile": "tsc",
"compile": "rimraf dist && tsc",
"documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src",
"prepublishOnly": "npm ci && npm run build",
"test": "nyc mocha --require ts-node/register --ui mocha-typescript 'test/*.spec.ts'",
"tslint": "tslint './src/**/*.ts'"
"tslint": "tslint 'src/**/*.ts'"
},

@@ -35,10 +35,11 @@ "repository": {

"conventional-changelog-cli": "2.0.12",
"mocha": "6.1.1",
"mocha": "6.1.3",
"mocha-typescript": "1.1.17",
"nyc": "13.3.0",
"ts-node": "8.0.3",
"nyc": "14.0.0",
"rimraf": "2.6.3",
"ts-node": "8.1.0",
"tslint": "5.15.0",
"tslint-eslint-rules": "5.4.0",
"typedoc": "0.14.2",
"typescript": "3.4.2"
"typescript": "3.4.3"
},

@@ -45,0 +46,0 @@ "nyc": {

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