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

@vanilla-extract/compiler

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vanilla-extract/compiler - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1-vite-plugin-filter-20250130020334

10

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

@@ -106,4 +106,12 @@ 'use strict';

optimizeDeps: {
disabled: true
noDiscovery: true
},
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: {

@@ -110,0 +118,0 @@ noExternal: true,

@@ -106,4 +106,12 @@ 'use strict';

optimizeDeps: {
disabled: true
noDiscovery: true
},
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: {

@@ -110,0 +118,0 @@ noExternal: true,

@@ -98,4 +98,12 @@ import assert from 'assert';

optimizeDeps: {
disabled: true
noDiscovery: true
},
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: {

@@ -102,0 +110,0 @@ noExternal: true,

6

package.json
{
"name": "@vanilla-extract/compiler",
"version": "0.1.0",
"version": "0.1.1-vite-plugin-filter-20250130020334",
"description": "Zero-runtime Stylesheets-in-TypeScript",

@@ -19,4 +19,4 @@ "main": "dist/vanilla-extract-compiler.cjs.js",

"dependencies": {
"vite": "^5.0.11",
"vite-node": "^1.2.0",
"vite": "^5.0.0 || ^6.0.0",
"vite-node": "^3.0.4",
"@vanilla-extract/css": "^1.17.1",

@@ -23,0 +23,0 @@ "@vanilla-extract/integration": "^8.0.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