get-port-please
Advanced tools
Comparing version 0.0.6 to 1.0.0
@@ -5,12 +5,14 @@ # Changelog | ||
### [0.0.6](https://github.com/nuxt-contrib/get-port-plz/compare/v0.0.5...v0.0.6) (2020-06-01) | ||
## [1.0.0](https://github.com/nuxt-contrib/get-port-please/compare/v0.0.6...v1.0.0) (2020-06-16) | ||
### [0.0.5](https://github.com/nuxt-contrib/get-port-plz/compare/v0.0.4...v0.0.5) (2020-06-01) | ||
### [0.0.6](https://github.com/nuxt-contrib/get-port-please/compare/v0.0.5...v0.0.6) (2020-06-01) | ||
### [0.0.5](https://github.com/nuxt-contrib/get-port-please/compare/v0.0.4...v0.0.5) (2020-06-01) | ||
### Bug Fixes | ||
* name is not defined ([c1829f1](https://github.com/nuxt-contrib/get-port-plz/commit/c1829f12cfaf5304661ef16d744bbc66a2610a2d)) | ||
* name is not defined ([c1829f1](https://github.com/nuxt-contrib/get-port-please/commit/c1829f12cfaf5304661ef16d744bbc66a2610a2d)) | ||
### [0.0.4](https://github.com/nuxt-contrib/get-port-plz/compare/v0.0.3...v0.0.4) (2020-06-01) | ||
### [0.0.4](https://github.com/nuxt-contrib/get-port-please/compare/v0.0.3...v0.0.4) (2020-06-01) | ||
@@ -20,5 +22,5 @@ | ||
* name and random options ([ccea688](https://github.com/nuxt-contrib/get-port-plz/commit/ccea68889f440d0760412caff696dccfeac3144f)) | ||
* name and random options ([ccea688](https://github.com/nuxt-contrib/get-port-please/commit/ccea68889f440d0760412caff696dccfeac3144f)) | ||
### [0.0.3](https://github.com/nuxt-contrib/get-port-plz/compare/v0.0.2...v0.0.3) (2020-06-01) | ||
### [0.0.3](https://github.com/nuxt-contrib/get-port-please/compare/v0.0.2...v0.0.3) (2020-06-01) | ||
@@ -28,5 +30,5 @@ | ||
* **types:** use interface instead of type infering ([09135eb](https://github.com/nuxt-contrib/get-port-plz/commit/09135ebf0b7c96533b68cabdf8a9c512415e00b8)) | ||
* **types:** use interface instead of type infering ([09135eb](https://github.com/nuxt-contrib/get-port-please/commit/09135ebf0b7c96533b68cabdf8a9c512415e00b8)) | ||
### [0.0.2](https://github.com/nuxt-contrib/get-port-plz/compare/v0.0.1...v0.0.2) (2020-06-01) | ||
### [0.0.2](https://github.com/nuxt-contrib/get-port-please/compare/v0.0.1...v0.0.2) (2020-06-01) | ||
@@ -38,2 +40,2 @@ ### 0.0.1 (2020-05-31) | ||
* set version to 0 ([79c01ef](https://github.com/nuxt-contrib/get-port-plz/commit/79c01ef53e9425345bc0ec2cf58287b1fc940a7c)) | ||
* set version to 0 ([79c01ef](https://github.com/nuxt-contrib/get-port-please/commit/79c01ef53e9425345bc0ec2cf58287b1fc940a7c)) |
{ | ||
"name": "get-port-please", | ||
"version": "0.0.6", | ||
"version": "1.0.0", | ||
"description": "Get an available TCP port to listen", | ||
@@ -18,13 +18,13 @@ "repository": "nuxt-contrib/get-port-please", | ||
"dependencies": { | ||
"fs-memo": "^0.0.6" | ||
"fs-memo": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@nuxtjs/eslint-config-typescript": "^2.0.0", | ||
"@types/node": "^14.0.6", | ||
"bili": "^4.10.0", | ||
"eslint": "^7.1.0", | ||
"rollup-plugin-typescript2": "^0.27.1", | ||
"standard-version": "^8.0.0", | ||
"typescript": "^3.9.3" | ||
"@nuxtjs/eslint-config-typescript": "latest", | ||
"@types/node": "latest", | ||
"bili": "latest", | ||
"eslint": "latest", | ||
"rollup-plugin-typescript2": "latest", | ||
"standard-version": "latest", | ||
"typescript": "latest" | ||
} | ||
} |
@@ -1,7 +0,7 @@ | ||
# get-port-plz | ||
# get-port-please | ||
> Get an available TCP port to listen | ||
[![npm](https://img.shields.io/npm/dt/get-port-plz.svg?style=flat-square)](https://npmjs.com/package/get-port-plz) | ||
[![npm (scoped with tag)](https://img.shields.io/npm/v/get-port-plz/latest.svg?style=flat-square)](https://npmjs.com/package/get-port-plz) | ||
[![npm](https://img.shields.io/npm/dt/get-port-please.svg?style=flat-square)](https://npmjs.com/package/get-port-please) | ||
[![npm (scoped with tag)](https://img.shields.io/npm/v/get-port-please/latest.svg?style=flat-square)](https://npmjs.com/package/get-port-please) | ||
@@ -13,11 +13,11 @@ ## Usage | ||
```bash | ||
yarn add get-port-plz | ||
yarn add get-port-please | ||
# or | ||
or npm install get-port-plz | ||
or npm install get-port-please | ||
``` | ||
```js | ||
const getPort = require('get-port-plz') | ||
const getPort = require('get-port-please') | ||
// or | ||
import getPort from 'get-port-plz' | ||
import getPort from 'get-port-please' | ||
``` | ||
@@ -24,0 +24,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
11279
6
262
1
3
2
+ Addedfs-memo@1.2.0(transitive)
- Removedfs-memo@0.0.6(transitive)
Updatedfs-memo@^1.0.0