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

fms-js

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fms-js - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

2

package.json
{
"name": "fms-js",
"version": "0.2.5",
"version": "0.2.6",
"description": "FileMaker Server Connection for Node and the browser",

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

@@ -26,3 +26,3 @@ /**

function isTransient(error){
return (error === 401 || error === 8003 || error === 301)
return (error === '401' || error === '8003' || error === '301')
}

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