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

motzee-fetch

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

motzee-fetch - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

test.js

2

index.js

@@ -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"
}
}
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