superagent
Advanced tools
Comparing version 7.1.0 to 7.1.1
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
581017
6591