You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

ensure-port

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ensure-port - npm Package Compare versions

Comparing version

to
1.3.2

23

package.json
{
"name": "ensure-port",
"version": "1.3.1",
"version": "1.3.2",
"description": "Makes sure you get an available port",
"type": "module",
"main": "dist/cjs/index.js",

@@ -22,10 +23,6 @@ "typings": "dist/cjs/index.d.ts",

".": {
"import": {
"default": "./dist/mjs/index.js",
"types": "./dist/mjs/index.d.ts"
},
"require": {
"default": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts"
}
"import": "./dist/mjs/index.js",
"module": "./dist/mjs/index.js",
"default": "./dist/cjs/index.js",
"types": "./dist/mjs/index.d.ts"
}

@@ -50,6 +47,6 @@ },

"@types/mocha": "^9.1.1",
"@types/node": "^18.6.2",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.20.0",
"@types/node": "^18.6.4",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",

@@ -56,0 +53,0 @@ "eslint-plugin-no-only-tests": "^3.0.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet