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

@vanilla-extract/vite-plugin

Package Overview
Dependencies
Maintainers
4
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vanilla-extract/vite-plugin - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

1

dist/vanilla-extract-vite-plugin.cjs.dev.js

@@ -86,2 +86,3 @@ 'use strict';

cssImportSpecifier: fileIdToVirtualId,
viteResolve: config.resolve,
vitePlugins: (_userConfig$plugins = userConfig.plugins) === null || _userConfig$plugins === void 0 ? void 0 : _userConfig$plugins.flat().filter(plugin => typeof plugin === 'object' && plugin !== null && 'name' in plugin &&

@@ -88,0 +89,0 @@ // Prevent an infinite loop where the compiler creates a new instance of the plugin,

@@ -86,2 +86,3 @@ 'use strict';

cssImportSpecifier: fileIdToVirtualId,
viteResolve: config.resolve,
vitePlugins: (_userConfig$plugins = userConfig.plugins) === null || _userConfig$plugins === void 0 ? void 0 : _userConfig$plugins.flat().filter(plugin => typeof plugin === 'object' && plugin !== null && 'name' in plugin &&

@@ -88,0 +89,0 @@ // Prevent an infinite loop where the compiler creates a new instance of the plugin,

@@ -78,2 +78,3 @@ import path from 'path';

cssImportSpecifier: fileIdToVirtualId,
viteResolve: config.resolve,
vitePlugins: (_userConfig$plugins = userConfig.plugins) === null || _userConfig$plugins === void 0 ? void 0 : _userConfig$plugins.flat().filter(plugin => typeof plugin === 'object' && plugin !== null && 'name' in plugin &&

@@ -80,0 +81,0 @@ // Prevent an infinite loop where the compiler creates a new instance of the plugin,

4

package.json
{
"name": "@vanilla-extract/vite-plugin",
"version": "4.0.1",
"version": "4.0.2",
"description": "Zero-runtime Stylesheets-in-TypeScript",

@@ -18,3 +18,3 @@ "main": "dist/vanilla-extract-vite-plugin.cjs.js",

"dependencies": {
"@vanilla-extract/integration": "^6.4.0"
"@vanilla-extract/integration": "^6.5.0"
},

@@ -21,0 +21,0 @@ "devDependencies": {

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