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-inline-prototype-2023320122215 to 0.0.0-inline-prototype-20233215256

4

dist/vanilla-extract-esbuild-plugin.cjs.d.ts

@@ -1,2 +0,2 @@

import { IdentifierOption, CreateInlineCompilerOptions } from '@vanilla-extract/integration';
import { IdentifierOption, InlineCompilerOptions } from '@vanilla-extract/integration';

@@ -641,3 +641,3 @@ type Platform = 'browser' | 'node' | 'neutral'

identifiers?: IdentifierOption;
compilerVitePlugins?: CreateInlineCompilerOptions['vitePlugins'];
compilerVitePlugins?: InlineCompilerOptions['vitePlugins'];
}

@@ -644,0 +644,0 @@ declare function vanillaExtractPlugin({ outputCss, runtime, processCss, identifiers: identOption, compilerVitePlugins: vitePlugins, }?: VanillaExtractPluginOptions): Plugin;

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

const identifiers = identOption || (build.initialOptions.minify ? 'short' : 'debug');
const compiler = integration.createInlineCompiler({
const compiler = new integration.InlineCompiler({
root,

@@ -30,0 +30,0 @@ identifiers,

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

const identifiers = identOption || (build.initialOptions.minify ? 'short' : 'debug');
const compiler = integration.createInlineCompiler({
const compiler = new integration.InlineCompiler({
root,

@@ -30,0 +30,0 @@ identifiers,

import { dirname } from 'path';
import { vanillaExtractTransformPlugin, createInlineCompiler } from '@vanilla-extract/integration';
import { vanillaExtractTransformPlugin, InlineCompiler } from '@vanilla-extract/integration';

@@ -23,3 +23,3 @@ const vanillaCssNamespace = 'vanilla-extract-css-ns';

const identifiers = identOption || (build.initialOptions.minify ? 'short' : 'debug');
const compiler = createInlineCompiler({
const compiler = new InlineCompiler({
root,

@@ -26,0 +26,0 @@ identifiers,

{
"name": "@vanilla-extract/esbuild-plugin",
"version": "0.0.0-inline-prototype-2023320122215",
"version": "0.0.0-inline-prototype-20233215256",
"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-inline-prototype-2023320122215"
"@vanilla-extract/integration": "^0.0.0-inline-prototype-20233215256"
},

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