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

edgegrid

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edgegrid - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

package.json
{
"name": "edgegrid",
"version": "1.1.2",
"version": "1.1.3",
"description": "Authorisation process and API helper for Akamai OPEN APIs",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -126,3 +126,3 @@ // Node modules

if (request.method == "POST" || request.method == "PUT") {
if (request.method == "POST" || request.method == "PUT" || request.method == "DELETE") {
// Accept user-defined, case-insensitive content-type header -- or use default type

@@ -146,3 +146,3 @@ request.headers['content-type'] = request.getHeader('content-type') || 'application/x-www-form-urlencoded';

if (request.method == "POST" || request.method == "PUT") {
if (request.method == "POST" || request.method == "PUT" || request.method == "DELETE") {
req.write(request.body);

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