@travetto/pool
Advanced tools
Comparing version 0.1.4 to 0.2.0
@@ -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, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11965
16
381
+ Added@travetto/base@0.2.11(transitive)
+ Addedcommander@2.20.3(transitive)
+ Addedtypescript@3.9.10(transitive)
- Removed@travetto/base@0.1.4(transitive)
- Removedtypescript@2.9.2(transitive)
Updated@travetto/base@^0.2.0