Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

resource-action-api

Package Overview
Dependencies
Maintainers
4
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resource-action-api - npm Package Compare versions

Comparing version 2.1.14 to 2.1.15

2

package.json
{
"name": "resource-action-api",
"version": "2.1.14",
"version": "2.1.15",
"description": "",

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

@@ -24,3 +24,3 @@ const auth = require('../../lib/auth/auth');

if (global.latestValidBuildNumbers && body.appKey && body.appBuildNumber && body.appBuildNumber < global.latestValidBuildNumbers[body.appKey]) {
errors.push({message: `The version of the app you're using is out of date. Please ${body.isWeb ? 'refresh' : 'update it via the App Store'} to use the latest version.`});
errors.push({message: `The version of the app you're using is out of date. Please ${body.isWeb ? 'refresh' : 'update it via the app store'} to use the latest version.`});
}

@@ -27,0 +27,0 @@ else {

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