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

@vanilla-extract/esbuild-plugin

Package Overview
Dependencies
Maintainers
4
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.0.2 to 2.0.3

2

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

@@ -40,3 +40,3 @@ 'use strict';

source
} = integration.getSourceFromVirtualCssFile(path);
} = await integration.getSourceFromVirtualCssFile(path);

@@ -43,0 +43,0 @@ if (typeof processCss === 'function') {

@@ -40,3 +40,3 @@ 'use strict';

source
} = integration.getSourceFromVirtualCssFile(path);
} = await integration.getSourceFromVirtualCssFile(path);

@@ -43,0 +43,0 @@ if (typeof processCss === 'function') {

@@ -36,3 +36,3 @@ import { vanillaExtractFilescopePlugin, virtualCssFileFilter, getSourceFromVirtualCssFile, cssFileFilter, compile, processVanillaFile } from '@vanilla-extract/integration';

source
} = getSourceFromVirtualCssFile(path);
} = await getSourceFromVirtualCssFile(path);

@@ -39,0 +39,0 @@ if (typeof processCss === 'function') {

{
"name": "@vanilla-extract/esbuild-plugin",
"version": "2.0.2",
"version": "2.0.3",
"description": "Zero-runtime Stylesheets-in-TypeScript",

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

"dependencies": {
"@vanilla-extract/integration": "^2.0.1"
"@vanilla-extract/integration": "^3.0.0"
},

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

@@ -331,3 +331,3 @@ # 🧁 vanilla-extract

To add to your [Gatsby](https://www.gatsbyjs.com) site, use the [gatsby-plugin-vanilla-extract](https://github.com/KyleAMathews/gatsby-plugin-vanilla-extract) plugin.
To add to your [Gatsby](https://www.gatsbyjs.com) site, use the [gatsby-plugin-vanilla-extract](https://github.com/gatsby-uc/plugins/tree/main/packages/gatsby-plugin-vanilla-extract) plugin.

@@ -334,0 +334,0 @@ ### Test environments

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