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

@adeira/babel-plugin-transform-sx-tailwind

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adeira/babel-plugin-transform-sx-tailwind - npm Package Compare versions

Comparing version 0.11.0 to 0.12.0

5

babel-plugin-transform-sx-tailwind/package.json

@@ -8,3 +8,3 @@ {

"private": false,
"version": "0.11.0",
"version": "0.12.0",
"sideEffects": false,

@@ -23,4 +23,5 @@ "dependencies": {

"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-tester": "^10.0.0"
"babel-plugin-tester": "^10.0.0",
"jest-serializer-path": "^0.1.15"
}
}

@@ -29,2 +29,8 @@ "use strict";

var tailwindUtility = tailwindStyles[utilityName];
if (tailwindUtility == null) {
// TODO: maybe a typo, suggest correct utility name
throw new Error("Unknow utility name: ".concat(utilityName));
}
var keyframe = tailwindKeyframes[tailwindUtility.animationName];

@@ -31,0 +37,0 @@

babel-plugin-transform-sx-tailwind/src/getCssDeclarations.js.flow

Sorry, the diff of this file is not supported yet

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