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

@travetto/pool

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/pool - npm Package Compare versions

Comparing version 0.1.4 to 0.2.0

tslint.json

4

package.json

@@ -7,3 +7,3 @@ {

"dependencies": {
"@travetto/base": "^0.1.4",
"@travetto/base": "^0.2.0",
"@types/generic-pool": "^3.1.2",

@@ -29,3 +29,3 @@ "generic-pool": "^3.4.2"

},
"version": "0.1.4"
"version": "0.2.0"
}
import * as os from 'os';
import { Shutdown } from '@travetto/base';
import { Factory, createPool, Pool, Options } from 'generic-pool';
import { createPool, Pool, Options } from 'generic-pool';

@@ -6,0 +6,0 @@ import { DataSource, ConcurrentOp } from './types';

{
"compilerOptions": {
"module": "commonjs",
"target": "es2017",
"target": "es2018",
"strict": true,

@@ -6,0 +6,0 @@ "noStrictGenericChecks": true,

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