New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cerebral/http

Package Overview
Dependencies
Maintainers
5
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cerebral/http - npm Package Compare versions

Comparing version 4.2.0-1519155652493 to 4.2.0-1519155708382

4

lib/DEFAULT_OPTIONS.js

@@ -29,2 +29,6 @@ 'use strict';

if (typeof window !== 'undefined' && window.FormData && options.body instanceof window.FormData) {
delete options.headers['Content-Type'];
}
xhr.withCredentials = Boolean(options.withCredentials);

@@ -31,0 +35,0 @@

6

package.json
{
"name": "@cerebral/http",
"version": "4.2.0-1519155652493",
"version": "4.2.0-1519155708382",
"description": "HTTP provider for Cerebral 2",

@@ -27,8 +27,8 @@ "main": "lib/index.js",

"peerDependencies": {
"cerebral": "^4.2.0-1519155652493"
"cerebral": "^4.2.0-1519155708382"
},
"devDependencies": {
"cerebral": "^4.2.0-1519155652493",
"cerebral": "^4.2.0-1519155708382",
"xhr-mock": "^1.9.0"
}
}

Sorry, the diff of this file is not supported yet

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