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

@vanilla-extract/integration

Package Overview
Dependencies
Maintainers
4
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vanilla-extract/integration - npm Package Compare versions

Comparing version 7.1.13-integration-module-entrypoint-20250122000327 to 7.1.13-update-vite-20250122230431

8

dist/vanilla-extract-integration.cjs.dev.js

@@ -626,2 +626,10 @@ 'use strict';

},
build: {
dynamicImportVarsOptions: {
// Temporary workaround for https://github.com/vitejs/vite/issues/19245.
// Shouldn't affect functionality as it's equivalent to the default value.
// Can be removed once https://github.com/vitejs/vite/pull/19247 is released.
exclude: [/node_modules/]
}
},
ssr: {

@@ -628,0 +636,0 @@ noExternal: true

@@ -626,2 +626,10 @@ 'use strict';

},
build: {
dynamicImportVarsOptions: {
// Temporary workaround for https://github.com/vitejs/vite/issues/19245.
// Shouldn't affect functionality as it's equivalent to the default value.
// Can be removed once https://github.com/vitejs/vite/pull/19247 is released.
exclude: [/node_modules/]
}
},
ssr: {

@@ -628,0 +636,0 @@ noExternal: true

7

package.json
{
"name": "@vanilla-extract/integration",
"version": "7.1.13-integration-module-entrypoint-20250122000327",
"version": "7.1.13-update-vite-20250122230431",
"description": "Zero-runtime Stylesheets-in-TypeScript",
"main": "dist/vanilla-extract-integration.cjs.js",
"module": "dist/vanilla-extract-integration.esm.js",
"types": "dist/vanilla-extract-integration.cjs.d.ts",

@@ -27,4 +26,4 @@ "files": [

"mlly": "^1.4.2",
"vite": "^5.0.11",
"vite-node": "^1.2.0",
"vite": "^6.0.10",
"vite-node": "^3.0.2",
"@vanilla-extract/babel-plugin-debug-ids": "^1.2.0",

@@ -31,0 +30,0 @@ "@vanilla-extract/css": "^1.17.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