You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@vercel/ruby

Package Overview
Dependencies
Maintainers
2
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/ruby - npm Package Compare versions

Comparing version
2.2.4
to
2.2.5
+2
-2
package.json
{
"name": "@vercel/ruby",
"author": "Nathan Cahill <nathan@nathancahill.com>",
"version": "2.2.4",
"version": "2.2.5",
"license": "Apache-2.0",

@@ -27,3 +27,3 @@ "main": "./dist/index",

"which": "3.0.0",
"@vercel/build-utils": "13.2.4"
"@vercel/build-utils": "13.2.16"
},

@@ -30,0 +30,0 @@ "scripts": {

@@ -10,2 +10,3 @@ require 'tmpdir'

ENV['RAILS_ENV'] ||= 'production'
ENV['RACK_ENV'] ||= 'production'
ENV['RAILS_LOG_TO_STDOUT'] ||= '1'

@@ -12,0 +13,0 @@

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