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

ajaxapi

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ajaxapi - npm Package Compare versions

Comparing version 0.0.0-pre4 to 0.0.0-pre5

4

index.js

@@ -161,5 +161,5 @@ /*

Api.prototype.catchCorsError = function (res) {
if (res && res.statusCode === 0) {
if (res && res.statusCode === 0)
throw new Error("API failed due to cross-origin error");
}
return res;
};

@@ -166,0 +166,0 @@

{
"name": "ajaxapi",
"version": "0.0.0-pre4",
"version": "0.0.0-pre5",
"description": "",

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

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