Socket
Socket
Sign inDemoInstall

request-json

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

request-json - npm Package Compare versions

Comparing version 0.4.9 to 0.4.10

8

package.json
{
"name": "request-json",
"description": "HTTP client for very simple usages and JSON requests only",
"description": "HTTP request client for JSON APIs",
"keywords": [

@@ -10,3 +10,5 @@ "requests",

"json",
"client"
"client",
"simple",
"utility"
],

@@ -19,3 +21,3 @@ "licenses": [

],
"version": "0.4.9",
"version": "0.4.10",
"homepage": "https://github.com/mycozycloud/request-json/",

@@ -22,0 +24,0 @@ "bugs": {

@@ -47,2 +47,9 @@ ## About

});
data = {
title: 'my patched title'
};
client.patch('posts/123/', data, function(err, res, body) {
return console.log(response.statusCode);
});
```

@@ -49,0 +56,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