nuxt3-select2
Advanced tools
+1
-1
| { | ||
| "name": "nuxt3-select2", | ||
| "version": "0.1.26", | ||
| "version": "0.1.27", | ||
| "description": "select2 for nuxt3. https://github.com/jackysupit/nuxt3-select2/tree/for-nuxt3", | ||
@@ -5,0 +5,0 @@ "repository": { |
+6
-6
@@ -22,7 +22,7 @@ <script> | ||
| // console.log("starting the select2"); | ||
| // import 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js'; | ||
| // import 'https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js'; | ||
| import 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js'; | ||
| import 'https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js'; | ||
| import 'nuxt3-select2/src/jquery.3.6.1.js'; | ||
| import 'nuxt3-select2/src/select2.js'; | ||
| // import 'nuxt3-select2/src/jquery.3.6.1.js'; | ||
| // import 'nuxt3-select2/src/select2.js'; | ||
@@ -307,7 +307,7 @@ /** | ||
| <select class="form-control this-is-select2" :placeholder="placeholder" :id="id" :name="name" :disabled="disabled" :required="required"></select> | ||
| </div> | ||
| iv> | ||
| </template> | ||
| <style> | ||
| @import 'nuxt3-select2/src/select2.css'; | ||
| // @import 'nuxt3-select2/src/select2.css'; | ||
| /* @import 'https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css'; */ | ||
| </style> |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package