motzee-fetch
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -11,3 +11,3 @@ //notre fichier va servir de bibliothèque à un autre projet... | ||
if (xhr.status == 200) { | ||
ok(xhr.response); | ||
ok(xhr.responseText); | ||
} else { | ||
@@ -14,0 +14,0 @@ ko(xhr.status) |
{ | ||
"name": "motzee-fetch", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Node module expositing a fetch function", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "node test.js" | ||
}, | ||
@@ -24,3 +24,6 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/Motzee/motzee-fetch#readme" | ||
"homepage": "https://github.com/Motzee/motzee-fetch#readme", | ||
"dependencies": { | ||
"xmlhttprequest": "^1.8.0" | ||
} | ||
} |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
3467
6
30
0
1
2
+ Addedxmlhttprequest@^1.8.0
+ Addedxmlhttprequest@1.8.0(transitive)