Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vanilla-extract/integration

Package Overview
Dependencies
Maintainers
4
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vanilla-extract/integration - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

6

CHANGELOG.md
# @vanilla-extract/integration
## 1.4.1
### Patch Changes
- [#389](https://github.com/seek-oss/vanilla-extract/pull/389) [`23d2757`](https://github.com/seek-oss/vanilla-extract/commit/23d275794d38f01049b824e3e000fb1bb2411717) Thanks [@aulneau](https://github.com/aulneau)! - This update adds `mjs` to the file `*.css.*` regex, enabling better support for ESM packages/files.
## 1.4.0

@@ -4,0 +10,0 @@

2

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

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

const cssFileFilter = /\.css\.(js|jsx|ts|tsx)$/;
const cssFileFilter = /\.css\.(js|mjs|jsx|ts|tsx)$/;
const virtualCssFileFilter = /\.vanilla\.css\?source=.*$/;

@@ -244,0 +244,0 @@

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

const cssFileFilter = /\.css\.(js|jsx|ts|tsx)$/;
const cssFileFilter = /\.css\.(js|mjs|jsx|ts|tsx)$/;
const virtualCssFileFilter = /\.vanilla\.css\?source=.*$/;

@@ -244,0 +244,0 @@

{
"name": "@vanilla-extract/integration",
"version": "1.4.0",
"version": "1.4.1",
"description": "Zero-runtime Stylesheets-in-TypeScript",

@@ -5,0 +5,0 @@ "main": "dist/vanilla-extract-integration.cjs.js",

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