New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cosmic-components

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cosmic-components - npm Package Compare versions

Comparing version 0.0.1-alpha.46 to 0.0.1-alpha.47

2

dist/Input/index.js

@@ -92,3 +92,3 @@ /**

};
Input.template = "\n <div class=\"{{ newStyles['inputContainer'] }}\">\n <div\n s-if=\"hasPrefix\"\n class=\"{{ newStyles.prefix }}\"\n >\n <slot name=\"prefix\"></slot>\n </div>\n <div class=\"{{ newStyles['inputWrapper'] }}\">\n <input\n type=\"input\"\n value=\"{= value =}\"\n placeholder=\"{{ placeholder }}\"\n disabled=\"{{ disabled }}\"\n s-bind=\"nativeAttributes\"\n class=\"{{ newStyles.input }}\"\n on-input=\"handleInput\"\n on-change=\"handleChange\"\n >\n <svg\n s-if=\"clearable\"\n t=\"1653032105143\"\n viewBox=\"0 0 1025 1024\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n class=\"{{ newStyles['close'] }}\"\n on-click=\"handleCloseClick\"\n >\n <path\n d=\"{{ closeIconPath }}\"\n >\n </path>\n </svg>\n </div>\n <div\n s-if=\"hasSuffix\"\n class=\"{{ newStyles.suffix }}\"\n >\n <slot name=\"suffix\"></slot>\n </div>\n </div>\n ";
Input.template = "\n <div class=\"{{ newStyles['inputContainer'] }}\">\n <div\n s-if=\"hasPrefix\"\n class=\"{{ newStyles.prefix }}\"\n >\n <slot name=\"prefix\"></slot>\n </div>\n <div class=\"{{ newStyles['inputWrapper'] }}\">\n <input\n type=\"{{ nativeAttributes && nativeAttributes.type || 'input' }}\"\n value=\"{= value =}\"\n placeholder=\"{{ placeholder }}\"\n disabled=\"{{ disabled }}\"\n s-bind=\"nativeAttributes\"\n class=\"{{ newStyles.input }}\"\n on-input=\"handleInput\"\n on-change=\"handleChange\"\n >\n <svg\n s-if=\"clearable\"\n t=\"1653032105143\"\n viewBox=\"0 0 1025 1024\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n class=\"{{ newStyles['close'] }}\"\n on-click=\"handleCloseClick\"\n >\n <path\n d=\"{{ closeIconPath }}\"\n >\n </path>\n </svg>\n </div>\n <div\n s-if=\"hasSuffix\"\n class=\"{{ newStyles.suffix }}\"\n >\n <slot name=\"suffix\"></slot>\n </div>\n </div>\n ";
Input.computed = Base_1.default.computed;

@@ -95,0 +95,0 @@ return Input;

{
"name": "cosmic-components",
"version": "0.0.1-alpha.46",
"version": "0.0.1-alpha.47",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "module": "./src/index.ts",

@@ -37,3 +37,3 @@ /**

<input
type="input"
type="{{ nativeAttributes && nativeAttributes.type || 'input' }}"
value="{= value =}"

@@ -40,0 +40,0 @@ placeholder="{{ placeholder }}"

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