Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@vercel/ruby

Package Overview
Dependencies
Maintainers
149
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
1.3.5
to
1.3.6-canary.0
+5
-4
package.json
{
"name": "@vercel/ruby",
"author": "Nathan Cahill <nathan@nathancahill.com>",
"version": "1.3.5",
"version": "1.3.6-canary.0",
"license": "MIT",

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

"build": "node build",
"test-integration-once": "jest --env node --verbose --runInBand --bail",
"test": "jest --env node --verbose --runInBand --bail",
"test-integration-once": "yarn test",
"prepublishOnly": "node build"

@@ -26,3 +27,3 @@ },

"@types/semver": "6.0.0",
"@vercel/build-utils": "3.0.1",
"@vercel/build-utils": "3.0.2-canary.0",
"@vercel/ncc": "0.24.0",

@@ -34,3 +35,3 @@ "execa": "2.0.4",

},
"gitHead": "5e66d4b2ccd80a7e6a21d53cf4be3b11f2861513"
"gitHead": "f26858b735ad5d54e01afa67133b9f9456fbe72f"
}