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 1.14.0 to 1.14.1

adapter/dist/vanilla-extract-css-adapter.cjs.d.ts.map

2

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

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

});
if (!identifier.match(/^[A-Z_][0-9A-Z_]+$/i)) {
if (!identifier.match(/^[A-Z_][0-9A-Z_-]+$/i)) {
throw new Error("Identifier function returned invalid indentifier: \"".concat(identifier, "\""));

@@ -198,0 +198,0 @@ }

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

});
if (!identifier.match(/^[A-Z_][0-9A-Z_]+$/i)) {
if (!identifier.match(/^[A-Z_][0-9A-Z_-]+$/i)) {
throw new Error("Identifier function returned invalid indentifier: \"".concat(identifier, "\""));

@@ -186,0 +186,0 @@ }

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

});
if (!identifier.match(/^[A-Z_][0-9A-Z_]+$/i)) {
if (!identifier.match(/^[A-Z_][0-9A-Z_-]+$/i)) {
throw new Error("Identifier function returned invalid indentifier: \"".concat(identifier, "\""));

@@ -198,0 +198,0 @@ }

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

});
if (!identifier.match(/^[A-Z_][0-9A-Z_]+$/i)) {
if (!identifier.match(/^[A-Z_][0-9A-Z_-]+$/i)) {
throw new Error("Identifier function returned invalid indentifier: \"".concat(identifier, "\""));

@@ -198,0 +198,0 @@ }

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

});
if (!identifier.match(/^[A-Z_][0-9A-Z_]+$/i)) {
if (!identifier.match(/^[A-Z_][0-9A-Z_-]+$/i)) {
throw new Error("Identifier function returned invalid indentifier: \"".concat(identifier, "\""));

@@ -186,0 +186,0 @@ }

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

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

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