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 0.0.0-filescope-urls-202282754532 to 0.0.0-filescope-urls-2022829225736

2

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

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

watchFiles
} = await compiler.processVanillaFile(path);
} = await compiler.processVanillaFile(path, build.initialOptions.platform === 'browser');
return {

@@ -76,0 +76,0 @@ contents: source,

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

watchFiles
} = await compiler.processVanillaFile(path);
} = await compiler.processVanillaFile(path, build.initialOptions.platform === 'browser');
return {

@@ -76,0 +76,0 @@ contents: source,

@@ -69,3 +69,3 @@ import { posix, dirname } from 'path';

watchFiles
} = await compiler.processVanillaFile(path);
} = await compiler.processVanillaFile(path, build.initialOptions.platform === 'browser');
return {

@@ -72,0 +72,0 @@ contents: source,

{
"name": "@vanilla-extract/esbuild-plugin",
"version": "0.0.0-filescope-urls-202282754532",
"version": "0.0.0-filescope-urls-2022829225736",
"description": "Zero-runtime Stylesheets-in-TypeScript",

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

"dependencies": {
"@vanilla-extract/integration": "^0.0.0-filescope-urls-202282754532"
"@vanilla-extract/integration": "^0.0.0-filescope-urls-2022829225736"
},

@@ -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