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

yesno-http

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yesno-http - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

dist/scripts/cli.d.ts

22

package.json
{
"name": "yesno-http",
"version": "0.0.2",
"version": "0.0.3",
"description": "Easy HTTP testing",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"bin": {
"yesno": "./dist/scripts/cli.js"
"yesno": "dist/scripts/cli.js"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"preversion": "npm run clean && npm run lint && npm run tests",
"version": "npm run compile",
"clean": "rimraf dist",
"compile": "tsc",
"prepare": "npm run compile",
"watch": "npm run compile -- -w",
"test": "npm run lint && npm run coverage",

@@ -18,3 +24,4 @@ "coverage": "nyc --reporter=html -- npm run tests",

"unit": "mocha --timeout 2000 --recursive 'test/unit/**/*.spec.ts'",
"integration": "mocha --timeout 5000 --recursive 'test/integration/**/*.spec.ts'"
"integration": "mocha --timeout 5000 --recursive 'test/integration/**/*.spec.ts'",
"check": "npm run lint && npm run tests"
},

@@ -26,3 +33,3 @@ "repository": {

"author": "Ian Walker-Sperber",
"license": "ISC",
"license": "MIT",
"bugs": {

@@ -48,2 +55,3 @@ "url": "https://github.com/formidablelabs/yesno/issues"

"request-promise": "^4.2.2",
"rimraf": "^2.6.2",
"sinon": "^6.1.5",

@@ -50,0 +58,0 @@ "source-map-support": "^0.5.8",

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