Socket
Socket
Sign inDemoInstall

superagent

Package Overview
Dependencies
Maintainers
9
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

superagent - npm Package Compare versions

Comparing version 7.1.0 to 7.1.1

12

package.json
{
"name": "superagent",
"description": "elegant & feature rich browser / node HTTP with a fluent API",
"version": "7.1.0",
"version": "7.1.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>",

@@ -220,3 +220,11 @@ "browser": {

"rules": {
"unicorn/prevent-abbreviations": "warn",
"unicorn/prevent-abbreviations": [
"warn",
{
"replacements": {
"res": false,
"args": false
}
}
],
"no-bitwise": "warn",

@@ -223,0 +231,0 @@ "node/prefer-global/buffer": "warn",

Sorry, the diff of this file is too big to display

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