Socket
Socket
Sign inDemoInstall

@vanilla-extract/babel-plugin-debug-ids

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vanilla-extract/babel-plugin-debug-ids - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

dist/vanilla-extract-babel-plugin-debug-ids.cjs.d.ts
import { PluginObj, PluginPass } from '@babel/core';
declare const styleFunctions: readonly [...("style" | "createTheme" | "styleVariants" | "fontFace" | "keyframes" | "createVar" | "recipe" | "createContainer" | "layer")[], "globalStyle", "createGlobalTheme", "createThemeContract", "globalFontFace", "globalKeyframes", "globalLayer", "recipe"];
type StyleFunction = typeof styleFunctions[number];
type StyleFunction = (typeof styleFunctions)[number];
type Context = PluginPass & {

@@ -6,0 +6,0 @@ namespaceImport: string;

{
"name": "@vanilla-extract/babel-plugin-debug-ids",
"version": "1.0.4",
"version": "1.0.5",
"description": "Zero-runtime Stylesheets-in-TypeScript",

@@ -23,7 +23,7 @@ "main": "dist/vanilla-extract-babel-plugin-debug-ids.cjs.js",

"dependencies": {
"@babel/core": "^7.20.7"
"@babel/core": "^7.23.9"
},
"devDependencies": {
"@types/babel__core": "^7.1.20"
"@types/babel__core": "^7.20.5"
}
}
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