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

http-testify

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-testify - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

12

package.json
{
"name": "http-testify",
"version": "1.0.2",
"version": "1.0.3",
"description": "A Node.js library for testing HTTP servers.",

@@ -35,10 +35,6 @@ "author": "Alok Shete",

],
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"typings": "dist/esm/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "yarn build:esm && yarn build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
"build": "tsc",
"test": "nyc --reporter=lcov --reporter=html mocha --require ts-node/register",

@@ -45,0 +41,0 @@ "test-suite": "yarn test test/**/*.test.ts",

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