Socket
Socket
Sign inDemoInstall

@vanilla-extract/css

Package Overview
Dependencies
Maintainers
4
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vanilla-extract/css - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

6

CHANGELOG.md
# @vanilla-extract/css
## 0.4.4
### Patch Changes
- [#121](https://github.com/seek-oss/vanilla-extract/pull/121) [`823478b`](https://github.com/seek-oss/vanilla-extract/commit/823478b942e91a7b371743651cf1dc35823be98a) Thanks [@Brendan-csel](https://github.com/Brendan-csel)! - Fix development identifiers for Windows paths
## 0.4.3

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

2

dist/vanilla-extract-css.browser.cjs.js

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

} = fileScope_dist_vanillaExtractCssFileScope.getFileScope();
const matches = filePath.match(/(?<dir>[^\/]*)?\/?(?<file>[^\/]*)\.css\.(ts|js|tsx|jsx)$/);
const matches = filePath.match(/(?<dir>[^\/\\]*)?[\/\\]?(?<file>[^\/\\]*)\.css\.(ts|js|tsx|jsx)$/);

@@ -99,0 +99,0 @@ if (matches && matches.groups) {

@@ -85,3 +85,3 @@ import { transformCss } from '../transformCss/dist/vanilla-extract-css-transformCss.browser.esm.js';

} = getFileScope();
const matches = filePath.match(/(?<dir>[^\/]*)?\/?(?<file>[^\/]*)\.css\.(ts|js|tsx|jsx)$/);
const matches = filePath.match(/(?<dir>[^\/\\]*)?[\/\\]?(?<file>[^\/\\]*)\.css\.(ts|js|tsx|jsx)$/);

@@ -88,0 +88,0 @@ if (matches && matches.groups) {

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

} = fileScope_dist_vanillaExtractCssFileScope.getFileScope();
const matches = filePath.match(/(?<dir>[^\/]*)?\/?(?<file>[^\/]*)\.css\.(ts|js|tsx|jsx)$/);
const matches = filePath.match(/(?<dir>[^\/\\]*)?[\/\\]?(?<file>[^\/\\]*)\.css\.(ts|js|tsx|jsx)$/);

@@ -99,0 +99,0 @@ if (matches && matches.groups) {

@@ -85,3 +85,3 @@ import { transformCss } from '../transformCss/dist/vanilla-extract-css-transformCss.esm.js';

} = getFileScope();
const matches = filePath.match(/(?<dir>[^\/]*)?\/?(?<file>[^\/]*)\.css\.(ts|js|tsx|jsx)$/);
const matches = filePath.match(/(?<dir>[^\/\\]*)?[\/\\]?(?<file>[^\/\\]*)\.css\.(ts|js|tsx|jsx)$/);

@@ -88,0 +88,0 @@ if (matches && matches.groups) {

{
"name": "@vanilla-extract/css",
"version": "0.4.3",
"version": "0.4.4",
"description": "Zero-runtime Stylesheets-in-TypeScript",

@@ -5,0 +5,0 @@ "sideEffects": true,

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

- [Gatsby](#gatsby)
- [API](#api)
- [Styling API](#styling-api)
- [style](#style)

@@ -231,3 +231,3 @@ - [styleVariants](#styleVariants)

## API
## Styling API

@@ -234,0 +234,0 @@ > 🍬 If you're a [treat](https://seek-oss.github.io/treat) user, check out our [migration guide.](./docs/treat-migration-guide.md)

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