Socket
Socket
Sign inDemoInstall

@gluestack-style/babel-plugin-styled-resolver

Package Overview
Dependencies
Maintainers
8
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gluestack-style/babel-plugin-styled-resolver - npm Package Compare versions

Comparing version 0.2.4-alpha.0 to 0.2.4

2

package.json
{
"name": "@gluestack-style/babel-plugin-styled-resolver",
"version": "0.2.4-alpha.0",
"version": "0.2.4",
"description": "A gluestack-style babel plugin that transpiles your styled function calls and resolves the component styling in build time.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -913,8 +913,2 @@ const fs = require('fs');

);
// jsxOpeningElementPath.node.attributes.push(
// t.jsxAttribute(
// t.jsxIdentifier('toBeInjected'),
// t.jsxExpressionContainer(toBeInjectedAst)
// )
// );
jsxOpeningElementPath.node.attributes.push(

@@ -921,0 +915,0 @@ t.jsxAttribute(

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