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

http-client

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-client - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

14

package.json
{
"name": "http-client",
"version": "2.0.0",
"version": "2.0.1",
"description": "Compose HTTP clients using JavaScript's fetch API",

@@ -8,3 +8,3 @@ "author": "Michael Jackson",

"main": "lib",
"browser": "umd/HTTPClient.js",
"browser": "umd/HTTPClient.min.js",
"files": [

@@ -15,6 +15,7 @@ "lib",

"scripts": {
"build": "npm run build-lib && npm run build-umd && npm run build-min",
"build-lib": "rimraf lib && babel ./modules -d lib --ignore '__tests__'",
"build": "node ./scripts/build.js",
"build-cjs": "rimraf lib && babel ./modules -d lib --ignore '__tests__'",
"build-min": "webpack -p modules/index.js umd/HTTPClient.min.js",
"build-umd": "webpack modules/index.js umd/HTTPClient.js",
"release": "node ./scripts/release.js",
"prepublish": "npm run build",

@@ -44,6 +45,11 @@ "test": "karma start"

"pretty-bytes": "^3.0.1",
"readline-sync": "^1.4.1",
"rimraf": "^2.5.2",
"webpack": "^1.12.14",
"whatwg-fetch": "^0.11.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mjackson/http-client.git"
}
}
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