http-client
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
28852
0
29
20