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

get-port-please

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-port-please - npm Package Compare versions

Comparing version 0.0.6 to 1.0.0

dist/index.d.ts

20

CHANGELOG.md

@@ -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 @@

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