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

@vercel/remix-builder

Package Overview
Dependencies
Maintainers
9
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/remix-builder - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

14

package.json
{
"name": "@vercel/remix-builder",
"version": "2.2.1",
"version": "2.2.2",
"license": "Apache-2.0",

@@ -24,7 +24,7 @@ "main": "./dist/index.js",

"devDependencies": {
"@remix-run/dev": "npm:@vercel/remix-run-dev@2.10.2",
"@remix-run/dev": "npm:@vercel/remix-run-dev@2.10.3",
"@types/jest": "27.5.1",
"@types/node": "14.18.33",
"@types/semver": "7.3.13",
"@vercel/build-utils": "8.3.4",
"@vercel/build-utils": "8.3.5",
"glob": "10.3.16",

@@ -34,3 +34,3 @@ "jest-junit": "16.0.0",

"semver": "7.5.2",
"vitest": "1.3.1"
"vitest": "2.0.1"
},

@@ -40,7 +40,7 @@ "scripts": {

"test": "jest --reporters=default --reporters=jest-junit --env node --verbose --bail --runInBand",
"vitest-run": "vitest",
"vitest-unit": "glob --absolute 'test/unit/**/*.test.ts'",
"vitest-e2e": "glob --absolute test/integration-*.test.ts",
"vitest-run": "vitest -c ../../vitest.config.mts",
"vitest-unit": "glob --absolute 'test/unit.*.test.ts'",
"vitest-e2e": "glob --absolute 'test/integration-*.test.ts'",
"type-check": "tsc --noEmit"
}
}

Sorry, the diff of this file is not supported yet

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