Socket
Socket
Sign inDemoInstall

@kuma-ui/compiler

Package Overview
Dependencies
Maintainers
3
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kuma-ui/compiler - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/chunk-BZFT4XFH.mjs

2

dist/compile.js

@@ -260,4 +260,2 @@ "use strict";

const jsxTagName = openingElement.getTagNameNode().getText();
if (!Object.values(bindings).includes(jsxTagName))
return;
const originalComponentName = Object.keys(bindings).find(

@@ -264,0 +262,0 @@ (key) => bindings[key] === jsxTagName && Object.values(import_componentList2.componentList).some((c) => c === key)

@@ -262,4 +262,2 @@ "use strict";

const jsxTagName = openingElement.getTagNameNode().getText();
if (!Object.values(bindings).includes(jsxTagName))
return;
const originalComponentName = Object.keys(bindings).find(

@@ -266,0 +264,0 @@ (key) => bindings[key] === jsxTagName && Object.values(import_componentList2.componentList).some((c) => c === key)

{
"name": "@kuma-ui/compiler",
"version": "1.0.1",
"version": "1.0.2",
"description": "🐻 Kuma UI is a utility-first, zero-runtime CSS-in-JS library that offers an outstanding developer experience and optimized performance.",

@@ -34,3 +34,3 @@ "repository": {

"ts-pattern": "^5.0.1",
"@kuma-ui/core": "^1.0.1",
"@kuma-ui/core": "^1.1.0",
"@kuma-ui/sheet": "^1.0.1",

@@ -37,0 +37,0 @@ "@kuma-ui/system": "^1.0.1"

Sorry, the diff of this file is not supported yet

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