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

buefy-helper-json

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buefy-helper-json - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

28

attributes.json

@@ -70,2 +70,6 @@ {

},
"b-checkbox/required": {
"description": "Same as native required",
"type": "boolean"
},
"b-checkbox/name": {

@@ -395,2 +399,6 @@ "description": "Same as native name",

},
"b-message/icon-pack": {
"description": "Icon pack to use",
"type": "string"
},
"b-message/has-icon": {

@@ -480,2 +488,6 @@ "description": "Adds an icon on the left side depending on the type",

},
"b-notification/icon-pack": {
"description": "Icon pack to use",
"type": "string"
},
"b-notification/has-icon": {

@@ -509,2 +521,6 @@ "description": "Adds an icon on the left side depending on the type",

},
"b-pagination/icon-pack": {
"description": "Icon pack to use",
"type": "string"
},
"b-panel/collapsible": {

@@ -534,2 +550,6 @@ "description": "Panel will be collapsible",

},
"b-panel/icon-pack": {
"description": "Icon pack to use",
"type": "string"
},
"b-radio/value": {

@@ -547,2 +567,6 @@ "description": "Binding value",

},
"b-radio/required": {
"description": "Same as native required",
"type": "boolean"
},
"b-radio/name": {

@@ -760,2 +784,6 @@ "description": "Same as native name",

},
"b-table/icon-pack": {
"description": "Icon pack to use",
"type": "string"
},
"b-table-column/label": {

@@ -762,0 +790,0 @@ "description": "Column header text, also used to identify column if custom-key prop is missing",

2

package.json
{
"name": "buefy-helper-json",
"version": "1.0.2",
"version": "1.0.3",
"description": "Definitions of Buefy components for Vetur",

@@ -5,0 +5,0 @@ "private": false,

@@ -27,2 +27,3 @@ {

"disabled",
"required",
"name",

@@ -169,2 +170,3 @@ "size",

"duration",
"icon-pack",
"has-icon",

@@ -203,2 +205,3 @@ "size",

"duration",
"icon-pack",
"has-icon"

@@ -216,3 +219,4 @@ ],

"size",
"simple"
"simple",
"icon-pack"
],

@@ -229,3 +233,4 @@ "subtags": [],

"content",
"animation"
"animation",
"icon-pack"
],

@@ -240,2 +245,3 @@ "subtags": [],

"disabled",
"required",
"name",

@@ -317,3 +323,4 @@ "size",

"custom-is-checked",
"is-row-checkable"
"is-row-checkable",
"icon-pack"
],

@@ -320,0 +327,0 @@ "subtags": ["b-table-column"],

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