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

vue-photonkit

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-photonkit - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

13

lib/index.js
/*!
* Vue Photonkit version 1.2.0
* Vue Photonkit version 1.2.1
* under MIT License copyright 2017 kaorun343

@@ -48,3 +48,2 @@ */

classes: function classes () {
var icon = "icon-" + (this.icon);
return [("icon-" + (this.icon)), { 'icon-text': this.text }]

@@ -103,3 +102,3 @@ }

h('div', { staticClass: 'media-body'}, this.$slots.default)
h('div', { staticClass: 'media-body' }, this.$slots.default)
])

@@ -209,3 +208,3 @@ },

staticClass: 'tab-item'
}, [ icon, this.$slots.default ])
}, [icon, this.$slots.default])
},

@@ -269,7 +268,7 @@ methods: {

function install$1(Vue) {
function install (Vue) {
Vue.component('ph-button', Button);
Vue.component('ph-button-group', ButtonGroup);
Vue.component('ph-icon', Icon);
Vue.component('ph-list-group', List);
Vue.component('ph-list-group', ListGroup);
Vue.component('ph-list-group-header', ListGroupHeader);

@@ -289,3 +288,2 @@ Vue.component('ph-list-group-item', ListGroupItem);

exports['default'] = install$1;
exports.Button = Button;

@@ -307,1 +305,2 @@ exports.ButtonGroup = ButtonGroup;

exports.WindowContent = WindowContent;
exports['default'] = install;
{
"name": "vue-photonkit",
"description": "Photonkit components for Vue",
"version": "1.2.0",
"version": "1.2.1",
"main": "index.js",

@@ -10,4 +10,6 @@ "author": "kaorun343 <kaoru.h65536@live.jp>",

"build": "rollup -c rollup.config.js",
"lint": "eslint play --fix",
"play": "vue-play start --webpack-config ./webpack.config.js",
"play:build": "vue-play build --webpack-config ./webpack.config.js"
"play:build": "vue-play build --webpack-config ./webpack.config.js",
"prepublish": "npm run build"
},

@@ -19,2 +21,5 @@ "files": [

"buble": "^0.15.2",
"eslint": "^3.15.0",
"eslint-config-vue": "^2.0.2",
"eslint-plugin-vue": "^2.0.1",
"node-sass": "^4.1.1",

@@ -21,0 +26,0 @@ "photon": "github:connors/photon#v0.1.2-alpha",

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