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

test-listen

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

test-listen - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.npmignore

40

package.json
{
"name": "test-listen",
"version": "1.0.0",
"version": "1.0.1",
"description": "Produce URLs to test HTTP servers with ephemeral ports",
"main": "./build/lib/index",
"files": [
"build"
],
"dependencies": {},
"main": "./index",
"greenkeeper": {
"emails": false
},
"devDependencies": {
"ava": "0.11.0",
"babel-eslint": "4.1.8",
"babel-plugin-syntax-async-functions": "6.3.13",
"babel-plugin-transform-async-to-generator": "6.4.6",
"babel-preset-es2015": "6.3.13",
"del": "2.2.0",
"eslint-config-standard": "4.4.0",
"eslint-plugin-standard": "1.3.1",
"gulp": "3.9.0",
"gulp-ava": "0.7.0",
"gulp-babel": "6.1.2",
"gulp-eslint": "1.1.1",
"gulp-task-listing": "1.0.1",
"request-promise": "2.0.0"
"ava": "0.16.0",
"request": "^2.79.0",
"request-promise": "4.1.1",
"xo": "^0.17.0"
},
"scripts": {
"gulp": "gulp",
"test": "gulp test"
"test": "xo && ava"
},
"ava": {
"files": [
"build/test/*.js"
]
"xo": {
"esnext": true,
"space": true,
"semicolon": false
}
}
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